Uses of Class
de.xima.fc.workflow.model.triggers.FcUserInvocationProps
- 
Packages that use FcUserInvocationProps Package Description de.xima.fc.workflow.designer.registry.triggers de.xima.fc.workflow.processor.factory  - 
- 
Uses of FcUserInvocationProps in de.xima.fc.workflow.designer.registry.triggers
Methods in de.xima.fc.workflow.designer.registry.triggers that return types with arguments of type FcUserInvocationProps Modifier and Type Method Description Class<? extends FcUserInvocationProps>FcUserInvocationHandler. getDataModelClass()Method parameters in de.xima.fc.workflow.designer.registry.triggers with type arguments of type FcUserInvocationProps Modifier and Type Method Description ISummaryKeyValueModelFcUserInvocationHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcUserInvocationProps> params)booleanFcUserInvocationHandler. isAvailable(IIsAvailableParams<FcUserInvocationProps> params)booleanFcUserInvocationHandler. isPreconditionSatisfied(ITriggerPreconditionSatisfiedParams<FcUserInvocationProps> params) - 
Uses of FcUserInvocationProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcUserInvocationProps Modifier and Type Method Description FcUserInvocationPropsIUserInvocationTriggerBuilder. buildProps()Builds a new user invocation trigger model instance with the current configuration. 
 -