All Methods Static Methods Concrete Methods 
| Modifier and Type | 
Method | 
Description | 
static List<EAttachmentSource> | 
computeAllAttachmentSources() | 
  | 
static List<EntityRef> | 
computeAllClientCounterRefs(IEntityContext ec,
                           Mandant client) | 
  | 
static List<ClientCounter> | 
computeAllClientCounters(IEntityContext ec,
                        Mandant client) | 
  | 
static List<MandantRessource> | 
computeAllClientResources(IEntityContext ec,
                         Mandant client) | 
  | 
static List<DatenbankZugriff> | 
computeAllDatabaseConnections(IEntityContext ec,
                             Mandant currentClient) | 
  | 
static List<Datenquelle> | 
computeAllDatabaseQueries(IEntityContext ec,
                         Mandant client) | 
  | 
static List<String> | 
computeAllFormElements(IEntityContext ec,
                      Projekt project) | 
  | 
static List<Postfach> | 
computeAllInboxes(IEntityContext ec,
                 Mandant currentClient) | 
  | 
static List<LDAPZugriff> | 
computeAllLdapConnections(IEntityContext ec,
                         Mandant client) | 
  | 
static List<LDAPAbfrage> | 
computeAllLdapQueries(IEntityContext ec,
                     Mandant client) | 
  | 
static List<INodeWithName> | 
computeAllNodesOfType(IWorkflowValidationEnvironmentData envData,
                     WorkflowElementIndex elementIndex,
                     String type) | 
  | 
static List<ProjektRessource> | 
computeAllProjectResources(IEntityContext ec,
                          Projekt project) | 
  | 
static List<IWorkflowQualifiedSubmitButton> | 
computeAllQualifiedSubmitButtons(IEntityContext ec,
                                Mandant client,
                                Projekt project,
                                Locale locale,
                                FormPersist persistOverride) | 
  | 
static List<WorkflowStateModel> | 
computeAllStateModels(IEntityContext ec,
                     WorkflowVersion workflowVersion,
                     Locale locale) | 
  | 
static List<IWorkflowSubmitButton> | 
computeAllSubmitButtons(IEntityContext ec,
                       Mandant client,
                       Projekt project,
                       Locale locale,
                       FormPersist persistOverride) | 
  | 
static List<ITaskWithName> | 
computeAllTasks(IWorkflowValidationEnvironmentData envData,
               WorkflowElementIndex elementIndex,
               UUID taskToExclude) | 
  | 
static List<ITriggerWithName> | 
computeAllTriggersOfType(IWorkflowValidationEnvironmentData envData,
                        WorkflowElementIndex elementIndex,
                        String type,
                        UUID taskToExclude) | 
  | 
static List<String> | 
computeAllUploadElements(IEntityContext ec,
                        Projekt project) | 
  | 
static List<BenutzerGruppe> | 
computeAllUserGroups(IEntityContext ec,
                    Mandant currentClient) | 
  | 
static List<Benutzer> | 
computeAllUsers(IEntityContext ec,
               Mandant currentClient) | 
  | 
static List<? extends de.xima.cmn.validation.spec.IChoiceEntry<ResourceItem>> | 
computeAvailableResources(List<ProjektRessource> projectResources,
                         List<MandantRessource> clientResources,
                         List<String> uploadElements,
                         List<INodeWithName> providingActions,
                         boolean includeForm,
                         boolean includeClient,
                         boolean includeExternal,
                         boolean includeAttachmentSearch,
                         boolean includeUpload,
                         boolean includeProvidingAction,
                         String[] extensions,
                         Locale locale) | 
  | 
static Set<NodeKey> | 
computeDeadNodes(WorkflowFlowAnalysis analysis,
                ProcessModel processModel) | 
  | 
static <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding> WorkflowFlowAnalysis | 
computeFlowAnalysis(List<IElementWithTask<TElement>> rootNodes,
                   ITreeAccessor<TElement,UUID> accessor,
                   Mandant client) | 
  | 
static List<Charset> | 
computeInstalledCharsets() | 
  | 
static List<String> | 
computeInstalledFontNames() | 
  | 
static <T extends IWorkflowElementTypeProviding> List<INodeWithName> | 
computeNodeNames(Mandant client,
                FlowchartElementIndex elementIndex,
                Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap,
                Iterable<NodeKey> nodeKeys) | 
  | 
static List<BaseConfigViewModel> | 
computeNonOrderableAuthenticatorConfigs(IEntityContext ec,
                                       Mandant client,
                                       Locale locale,
                                       boolean kerberosActive,
                                       boolean ntlmActive) | 
  | 
static List<BaseConfigViewModel> | 
computeOrderableAuthenticatorConfigs(IEntityContext ec,
                                    Mandant client,
                                    Locale locale,
                                    boolean kerberosActive,
                                    boolean ntlmActive) | 
  | 
static List<INodeWithName> | 
computePredecessors(IBaseEnvironmentData environmentData,
                   IWorkflowFlowAnalysis analysis,
                   NodeKey target,
                   Map<NodeKey,IWorkflowElementWithDeserializedModel<?,WorkflowNode>> index) | 
 Finds all previous nodes for the given target node. 
 | 
static List<INodeWithName> | 
computeProvidingNodes(Mandant client,
                     Iterable<IWorkflowElementWithDeserializedModel<?,WorkflowNode>> wrappers) | 
  | 
static List<INodeWithName> | 
computeProvidingNodes(Mandant client,
                     Map<NodeKey,NodeModel> nodeMap,
                     Function<Map.Entry<NodeKey,NodeModel>,?> getData) | 
  | 
static List<NodeKey> | 
computeProvidingPredecessors(Mandant client,
                            IWorkflowFlowAnalysis analysis,
                            NodeKey target,
                            Map<NodeKey,NodeModel> index) | 
 Finds all previous nodes that can provide files for the given target node. 
 | 
static List<INodeWithName> | 
computeProvidingPredecessors(IBaseEnvironmentData environmentData,
                            IWorkflowFlowAnalysis analysis,
                            NodeKey target,
                            Map<NodeKey,IWorkflowElementWithDeserializedModel<?,WorkflowNode>> index) | 
 Finds all previous nodes that can provide files for the given target node. 
 | 
static List<Charset> | 
computeStandardSupportedCharsets() | 
  | 
static List<Textbaustein> | 
computeTextTemplatesByCategory(IEntityContext ec,
                              Mandant client,
                              ETextbausteinKategorie cat) | 
  | 
static <T extends IWorkflowElementTypeProviding> ITriggerWithName | 
computeTriggerName(UUID taskUuid,
                  TriggerModel trigger,
                  Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap,
                  Mandant client) | 
  | 
static <T extends IWorkflowElementTypeProviding> List<ITriggerWithName> | 
computeTriggerNames(Mandant client,
                   FlowchartElementIndex elementIndex,
                   Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap,
                   Iterable<TriggerKey> triggerKeys) | 
  | 
static <T extends IUUIDEntity & INameProviding & IDescriptionProviding> List<EntityRef> | 
createEntityRefsWithName(List<T> entities) | 
 | 
static <T extends IUUIDEntity & INameProviding & IDescriptionProviding> List<? extends de.xima.cmn.validation.spec.IChoiceEntry<EntityRef>> | 
createEntityRefsWithNameSelectItems(List<T> entities,
                                   String labelEntities,
                                   String labelOthers,
                                   String labelName) | 
 | 
static List<? extends de.xima.cmn.validation.spec.IChoiceEntry<NodeKey>> | 
createNodeSelectItems(List<INodeWithName> nodes) | 
  | 
static List<? extends de.xima.cmn.validation.spec.IChoiceEntry<QualifiedSubmitButton>> | 
createQualifiedSubmitButtonSelectItems(List<IWorkflowQualifiedSubmitButton> submitButtons,
                                      Locale locale) | 
  | 
static <T extends IUUIDEntity & INameProviding & IDescriptionProviding> List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> | 
createSelectItems(List<T> entities) | 
  | 
static List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>> | 
createStateSelectItems(List<WorkflowStateModel> states,
                      Locale locale) | 
  | 
static List<? extends de.xima.cmn.validation.spec.IChoiceEntry<String>> | 
createSubmitButtonSelectItems(List<IWorkflowSubmitButton> submitButtons,
                             Locale locale) | 
  | 
static List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UUID>> | 
createTaskSelectItems(List<ITaskWithName> tasks) | 
  | 
static List<? extends de.xima.cmn.validation.spec.IChoiceEntry<TriggerKey>> | 
createTriggerSelectItems(List<ITriggerWithName> triggers) | 
  | 
static List<? extends de.xima.cmn.validation.spec.IChoiceEntry<String>> | 
createUploadElementSelectItems(List<String> uploadElements) | 
  |