|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.content.workflow.WorkflowTransitionConfig
@StableMinor(version="4.1", sinceVersion="4.0") public class WorkflowTransitionConfig
A transition between two workflow states.
Field Summary | |
---|---|
static String |
PARAMETER_NAME
|
Constructor Summary | |
---|---|
WorkflowTransitionConfig(WorkflowStateConfig initialState,
Node transitionElement)
|
Method Summary | |
---|---|
String |
getDescription()
Returns the description for this transition. |
String |
getFinalStateId()
Returns the identifier for the final state of this transition. |
String |
getId()
Returns the identifier for this transition. |
String |
getInitialStateId()
Returns the identifier for the initial state of this transition. |
String |
getName()
Returns the name for this transition. |
Collection<String> |
getPermissionsScopeAll()
|
Collection<String> |
getPermissionsScopeAssignedTo()
|
protected Set<String> |
readPermissionsRoles(Node[] permissionNodes)
Returns an unmodifiable permission roles set. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String PARAMETER_NAME
Constructor Detail |
---|
public WorkflowTransitionConfig(WorkflowStateConfig initialState, Node transitionElement) throws PortalException
PortalException
Method Detail |
---|
public String getInitialStateId()
public String getDescription()
null
if not defined.WorkflowConfig.getResource()
public String getFinalStateId()
public String getName()
WorkflowConfig.getResource()
public String getId()
protected Set<String> readPermissionsRoles(Node[] permissionNodes) throws PortalException
permissionNodes
- the nodes containing the permissions definition.
PortalException
public Collection<String> getPermissionsScopeAll()
public Collection<String> getPermissionsScopeAssignedTo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |