Uses of Class
de.xima.fc.workflow.model.triggers.FcManualProps
-
Packages that use FcManualProps Package Description de.xima.fc.workflow.designer.registry.triggers de.xima.fc.workflow.processor.factory -
-
Uses of FcManualProps in de.xima.fc.workflow.designer.registry.triggers
Methods in de.xima.fc.workflow.designer.registry.triggers that return types with arguments of type FcManualProps Modifier and Type Method Description Class<? extends FcManualProps>
FcManualHandler. getDataModelClass()
Method parameters in de.xima.fc.workflow.designer.registry.triggers with type arguments of type FcManualProps Modifier and Type Method Description ISummaryKeyValueModel
FcManualHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcManualProps> params)
-
Uses of FcManualProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcManualProps Modifier and Type Method Description static FcManualProps
WorkflowTriggerPropsFactory. manual()
Creates a new model of typeEWorkflowTriggerType.FC_MANUAL
that occurs when a user initiates it.static FcManualProps
WorkflowTriggerPropsFactory. manual(Iterable<WorkflowState> states, Iterable<BenutzerGruppe> userGroups)
Creates a new model of typeEWorkflowTriggerType.FC_MANUAL
that occurs when a user initiates it.
-