Uses of Class
de.xima.fc.workflow.model.triggers.FcUserInvocationProps
-
Packages that use FcUserInvocationProps Package Description de.xima.fc.workflow.designer.bpmn.trigger de.xima.fc.workflow.designer.registry.triggers -
-
Uses of FcUserInvocationProps in de.xima.fc.workflow.designer.bpmn.trigger
Fields in de.xima.fc.workflow.designer.bpmn.trigger with type parameters of type FcUserInvocationProps Modifier and Type Field Description static IWorkflowTriggerBpmnModeler<FcUserInvocationProps>
FcUserInvocationBpmnModeler. INSTANCE
The immutable singleton instance of this modeler. -
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 IWorkflowTriggerBpmnModeler<FcUserInvocationProps>
FcUserInvocationHandler. getBpmnModeler()
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 ISummaryKeyValueModel
FcUserInvocationHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcUserInvocationProps> params)
boolean
FcUserInvocationHandler. isAvailable(IIsAvailableParams<FcUserInvocationProps> params)
boolean
FcUserInvocationHandler. isPreconditionSatisfied(ITriggerPreconditionSatisfiedParams<FcUserInvocationProps> params)
-