Uses of Interface
de.xima.fc.interfaces.workflow.params.IElementPropInitParams
-
-
Uses of IElementPropInitParams in de.xima.fc.interfaces.workflow.elements
Methods in de.xima.fc.interfaces.workflow.elements with parameters of type IElementPropInitParams Modifier and Type Method Description default void
IElementPropertiesBean. prepareViewForElement(IElementPropInitParams<TData> params)
Called each time when the properties panel for a certain workflow element is loaded. -
Uses of IElementPropInitParams in de.xima.fc.workflow.designer.bean.nodes
Methods in de.xima.fc.workflow.designer.bean.nodes with parameters of type IElementPropInitParams Modifier and Type Method Description void
FcChangeStateBean. prepareViewForElement(IElementPropInitParams<FcChangeStateProps> params)
void
FcLdapQueryBean. prepareViewForElement(IElementPropInitParams<FcLdapQueryProps> params)
void
FcMultipleConditionBean. prepareViewForElement(IElementPropInitParams<FcMultipleConditionProps> params)
void
FcRedirectBean. prepareViewForElement(IElementPropInitParams<FcRedirectProps> params)
void
FcSaveToWebDavBean. prepareViewForElement(IElementPropInitParams<FcSaveToWebDavProps> params)
void
FcSqlStatementBean. prepareViewForElement(IElementPropInitParams<FcSqlStatementProps> params)
void
FcSwitchCaseBean. prepareViewForElement(IElementPropInitParams<FcSwitchCaseProps> params)
-
Uses of IElementPropInitParams in de.xima.fc.workflow.designer.bean.triggers
Methods in de.xima.fc.workflow.designer.bean.triggers with parameters of type IElementPropInitParams Modifier and Type Method Description void
FcStateTimerBean. prepareViewForElement(IElementPropInitParams<FcStateTimerProps> params)
void
FcTimePointBean. prepareViewForElement(IElementPropInitParams<FcTimePointProps> params)
-
Uses of IElementPropInitParams in de.xima.fc.workflow.designer.model
Classes in de.xima.fc.workflow.designer.model that implement IElementPropInitParams Modifier and Type Class Description class
ElementInitParams<TData>
Default POJO implementation ofIElementPropInitParams
.
-