Uses of Class
de.xima.fc.workflow.model.nodes.FcLdapQueryProps
-
Packages that use FcLdapQueryProps Package Description de.xima.fc.workflow.designer.bean.nodes de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.executor -
-
Uses of FcLdapQueryProps in de.xima.fc.workflow.designer.bean.nodes
Method parameters in de.xima.fc.workflow.designer.bean.nodes with type arguments of type FcLdapQueryProps Modifier and Type Method Description void
FcLdapQueryBean. prepareViewForElement(IElementPropInitParams<FcLdapQueryProps> params)
-
Uses of FcLdapQueryProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcLdapQueryProps Modifier and Type Method Description Class<FcLdapQueryProps>
FcLdapQueryHandler. getDataModelClass()
Class<? extends INodePropertiesBean<FcLdapQueryProps>>
FcLdapQueryHandler. getPropertiesBeanClass()
Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcLdapQueryProps Modifier and Type Method Description INormalCompletionResult
FcLdapQueryHandler. execute(INodeExecutionParams<FcLdapQueryProps> params)
ISummaryKeyValueModel
FcLdapQueryHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcLdapQueryProps> params)
-
Uses of FcLdapQueryProps in de.xima.fc.workflow.executor
Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcLdapQueryProps Constructor Description FcLdapQueryExecutor(INodeExecutionParams<FcLdapQueryProps> params)
Creates a new executor for executing a LDAP query with the given params.
-