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 ISummaryKeyValueModel
FcUserInvocationHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcUserInvocationProps> params)
boolean
FcUserInvocationHandler. isAvailable(IIsAvailableParams<FcUserInvocationProps> params)
boolean
FcUserInvocationHandler. 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 FcUserInvocationProps
IUserInvocationTriggerBuilder. buildProps()
Builds a new user invocation trigger model instance with the current configuration.
-