Uses of Class
de.xima.fc.workflow.model.nodes.FcLdapQueryProps
-
-
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.bpmn.node.action
Fields in de.xima.fc.workflow.designer.bpmn.node.action with type parameters of type FcLdapQueryProps Modifier and Type Field Description static IWorkflowNodeBpmnModeler<FcLdapQueryProps>
FcLdapQueryBpmnModeler. INSTANCE
The immutable singleton instance of this modeler.Method parameters in de.xima.fc.workflow.designer.bpmn.node.action with type arguments of type FcLdapQueryProps Modifier and Type Method Description protected String
FcLdapQueryBpmnModeler. createDetails(IModelWorkflowNodeParams<FcLdapQueryProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer)
protected de.xima.bpmn_model.api.element.bpmn.data.InputOutputSpecification
FcLdapQueryBpmnModeler. createIoSpecification(IModelWorkflowNodeParams<FcLdapQueryProps> params, IWorkflowBpmnModelContext context)
protected String
FcLdapQueryBpmnModeler. createName(IModelWorkflowNodeParams<FcLdapQueryProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer)
protected AServiceTaskBpmnModeler.IStatefulTaskLayoutPostProcessor
FcLdapQueryBpmnModeler. createTaskLayoutPostProcessor(IModelWorkflowNodeParams<FcLdapQueryProps> params, IWorkflowBpmnModelContext context)
-
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 IWorkflowNodeBpmnModeler<FcLdapQueryProps>
FcLdapQueryHandler. getBpmnModeler()
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. -
Uses of FcLdapQueryProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcLdapQueryProps Modifier and Type Method Description static FcLdapQueryProps
WorkflowNodePropsFactory. ldapQuery(LDAPAbfrage ldapQuery)
Creates a new workflow node model for aEWorkflowNodeType.FC_LDAP_QUERY
that uses a preconfigured LDAP query.static FcLdapQueryProps
WorkflowNodePropsFactory. ldapQuery(LDAPAbfrage ldapQuery, Iterable<Map.Entry<String,String>> queryParameters)
Creates a new workflow node model for aEWorkflowNodeType.FC_LDAP_QUERY
that uses a preconfigured LDAP query.static FcLdapQueryProps
WorkflowNodePropsFactory. ldapQuery(LDAPAbfrage ldapQuery, Map<String,String> queryParameters)
Creates a new workflow node model for aEWorkflowNodeType.FC_LDAP_QUERY
that uses a preconfigured LDAP query.static FcLdapQueryProps
WorkflowNodePropsFactory. ldapQuery(LDAPZugriff ldapConnection, String searchFilter)
Creates a new workflow node model for aEWorkflowNodeType.FC_LDAP_QUERY
with a custom search filter.static FcLdapQueryProps
WorkflowNodePropsFactory. ldapQuery(LDAPZugriff ldapConnection, String searchFilter, String baseDn)
Creates a new workflow node model for aEWorkflowNodeType.FC_LDAP_QUERY
with a custom search filter.static FcLdapQueryProps
WorkflowNodePropsFactory. ldapQuery(LDAPZugriff ldapConnection, String searchFilter, String baseDn, Iterable<String> resultFilter)
Creates a new workflow node model for aEWorkflowNodeType.FC_LDAP_QUERY
with a custom search filter.
-