Uses of Interface
de.xima.fc.interfaces.workflow.params.IIsAvailableParams
-
Packages that use IIsAvailableParams Package Description de.xima.fc.interfaces.workflow.elements de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.mixin de.xima.fc.workflow.processor.model -
-
Uses of IIsAvailableParams in de.xima.fc.interfaces.workflow.elements
Methods in de.xima.fc.interfaces.workflow.elements with parameters of type IIsAvailableParams Modifier and Type Method Description default booleanIElementHandler. isAvailable(IIsAvailableParams<TData> params)Checks whether this workflow element is available to the given client. -
Uses of IIsAvailableParams in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes with parameters of type IIsAvailableParams Modifier and Type Method Description booleanFcSaveToWebDavHandler. isAvailable(IIsAvailableParams<FcSaveToWebDavProps> params) -
Uses of IIsAvailableParams in de.xima.fc.workflow.mixin
Methods in de.xima.fc.workflow.mixin with parameters of type IIsAvailableParams Modifier and Type Method Description default booleanIBuiltinNodeType. isAvailable(IIsAvailableParams<TData> params)default booleanIBuiltinTriggerType. isAvailable(IIsAvailableParams<TData> params) -
Uses of IIsAvailableParams in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement IIsAvailableParams Modifier and Type Class Description classIsAvailableParams<TData>POJO implementation ofIIsAvailableParams.
-