Uses of Class
de.xima.fc.workflow.model.nodes.FcChangeFormAvailabilityProps
- 
Packages that use FcChangeFormAvailabilityProps Package Description de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.executor de.xima.fc.workflow.processor.factory  - 
- 
Uses of FcChangeFormAvailabilityProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcChangeFormAvailabilityProps Modifier and Type Method Description Class<FcChangeFormAvailabilityProps>FcChangeFormAvailabilityHandler. getDataModelClass()Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcChangeFormAvailabilityProps Modifier and Type Method Description INormalCompletionResultFcChangeFormAvailabilityHandler. execute(INodeExecutionParams<FcChangeFormAvailabilityProps> params)ISummaryKeyValueModelFcChangeFormAvailabilityHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcChangeFormAvailabilityProps> params) - 
Uses of FcChangeFormAvailabilityProps in de.xima.fc.workflow.executor
Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcChangeFormAvailabilityProps Constructor Description FcChangeFormAvailabilityExecutor(INodeExecutionParams<FcChangeFormAvailabilityProps> params)Creates a new executor for executing a compress as ZIP action with the given params. - 
Uses of FcChangeFormAvailabilityProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcChangeFormAvailabilityProps Modifier and Type Method Description static FcChangeFormAvailabilityPropsWorkflowNodePropsFactory. changeFormAvailability(EChangeFormAvailabilityType changeType)Creates a new workflow node model for aEWorkflowNodeType.FC_CHANGE_FORM_AVAILABILITYthat changes the availability of a form. 
 -