com.arsdigita.cms.ui.authoring
Class WorkflowLockedComponentAccess
java.lang.Object
com.arsdigita.toolbox.ui.ComponentAccess
com.arsdigita.cms.ui.authoring.WorkflowLockedComponentAccess
Deprecated. Use com.arsdigita.cms.workflow.ui.WorkflowLockedComponentAccess
- public class WorkflowLockedComponentAccess
- extends com.arsdigita.toolbox.ui.ComponentAccess
A ComponentAccess
implementation that respects workflow
- Version:
- $Id: //cms/dev/src/com/arsdigita/cms/ui/authoring/WorkflowLockedComponentAccess.java#6 $
- Author:
- Stanislav Freidin (sfreidin@arsdigita.com), Uday Mathur (umathur@arsdigita.com)
Fields inherited from class com.arsdigita.toolbox.ui.ComponentAccess |
versionId |
Method Summary |
boolean |
canAccess(com.arsdigita.bebop.PageState state,
com.arsdigita.toolbox.Security security)
Deprecated. Check if this item is locked from the workflow module. |
Methods inherited from class com.arsdigita.toolbox.ui.ComponentAccess |
addAccessCheck, getAccessCheckList, getComponent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkflowLockedComponentAccess
public WorkflowLockedComponentAccess(com.arsdigita.bebop.Component c,
ItemSelectionModel i)
- Deprecated.
- Parameters:
c
- The component
WorkflowLockedComponentAccess
public WorkflowLockedComponentAccess(com.arsdigita.bebop.Component c,
String check,
ItemSelectionModel i)
- Deprecated.
- Parameters:
c
- The componentcheck
- An access check
canAccess
public boolean canAccess(com.arsdigita.bebop.PageState state,
com.arsdigita.toolbox.Security security)
- Deprecated.
- Check if this item is locked from the workflow module. In
addition check if all the access checks registered to the
component pass.
- Parameters:
state
- The page statesecurity
- The Security implementation that will perform
the access checks
- Returns:
- true if all the access checks pass, false otherwise
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 19 2004:2352 UTC