Class FcUserInvocationBean
- java.lang.Object
-
- de.xima.fc.workflow.designer.bean.triggers.FcUserInvocationBean
-
- All Implemented Interfaces:
IElementPropertiesBean<FcUserInvocationProps,WorkflowTrigger>
,ITriggerPropertiesBean<FcUserInvocationProps>
,Serializable
@ViewScoped @Named public class FcUserInvocationBean extends Object implements ITriggerPropertiesBean<FcUserInvocationProps>, Serializable
Bean for the user invocation trigger.- Since:
- 8.4.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FcUserInvocationBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<EUserInvocationAccessType>
getAccessTypes()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.xima.fc.interfaces.workflow.elements.IElementPropertiesBean
prepareViewForElement, updateCurrentProperties, updateCurrentTask
-
Methods inherited from interface de.xima.fc.interfaces.workflow.triggers.ITriggerPropertiesBean
retrieveCurrentProperties
-
-
-
-
Method Detail
-
getAccessTypes
public List<EUserInvocationAccessType> getAccessTypes()
- Returns:
- the
EUserInvocationAccessType
values that are available for the user invocation trigger
-
-