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 ISummaryKeyValueModelFcManualHandler. 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 FcManualPropsWorkflowTriggerPropsFactory. manual()Creates a new model of typeEWorkflowTriggerType.FC_MANUALthat occurs when a user initiates it.static FcManualPropsWorkflowTriggerPropsFactory. manual(Iterable<WorkflowState> states, Iterable<BenutzerGruppe> userGroups)Creates a new model of typeEWorkflowTriggerType.FC_MANUALthat occurs when a user initiates it. 
 -