Uses of Enum Class
com.echothree.util.common.message.ExecutionErrors
Packages that use ExecutionErrors
Package
Description
-
Uses of ExecutionErrors in com.echothree.model.control.search.server.logic
Methods in com.echothree.model.control.search.server.logic with parameters of type ExecutionErrorsModifier and TypeMethodDescriptionSearchCheckSpellingActionTypeLogic.getSearchCheckSpellingActionTypeByName
(Class<? extends BaseException> unknownException, ExecutionErrors unknownExecutionError, ExecutionErrorAccumulator eea, String searchCheckSpellingActionTypeName, EntityPermission entityPermission) -
Uses of ExecutionErrors in com.echothree.model.control.security.server.logic
Methods in com.echothree.model.control.security.server.logic with parameters of type ExecutionErrorsModifier and TypeMethodDescriptionSecurityRoleLogic.getSecurityRoleByName
(Class<? extends BaseException> unknownException, ExecutionErrors unknownExecutionError, ExecutionErrorAccumulator eea, SecurityRoleGroup securityRoleGroup, String securityRoleName) SecurityRoleLogic.getSecurityRoleByName
(Class<? extends BaseException> unknownException, ExecutionErrors unknownExecutionError, ExecutionErrorAccumulator eea, SecurityRoleGroup securityRoleGroup, String securityRoleName, EntityPermission entityPermission) SecurityRoleLogic.getSecurityRoleByName
(Class<? extends BaseException> unknownSecurityRoleGroupException, ExecutionErrors unknownSecurityRoleGroupExecutionError, Class<? extends BaseException> unknownSecurityRoleException, ExecutionErrors unknownSecurityRoleExecutionError, ExecutionErrorAccumulator eea, String securityRoleGroupName, String securityRoleName) SecurityRoleLogic.getSecurityRoleByNameForUpdate
(Class<? extends BaseException> unknownException, ExecutionErrors unknownExecutionError, ExecutionErrorAccumulator eea, SecurityRoleGroup securityRoleGroup, String securityRoleName) SecurityRoleGroupLogic.getSecurityRoleGroupByName
(Class<? extends BaseException> unknownException, ExecutionErrors unknownExecutionError, ExecutionErrorAccumulator eea, String securityRoleGroupName, EntityPermission entityPermission) -
Uses of ExecutionErrors in com.echothree.model.control.workflow.server.logic
Methods in com.echothree.model.control.workflow.server.logic with parameters of type ExecutionErrorsModifier and TypeMethodDescriptionWorkflowLogic.getWorkflowByName
(Class<? extends BaseException> unknownException, ExecutionErrors unknownExecutionError, ExecutionErrorAccumulator eea, String workflowName, EntityPermission entityPermission) WorkflowEntranceLogic.getWorkflowEntranceByName
(Class<? extends BaseException> unknownException, ExecutionErrors unknownExecutionError, ExecutionErrorAccumulator eea, Workflow workflow, String workflowEntranceName) WorkflowEntranceLogic.getWorkflowEntranceByName
(Class<? extends BaseException> unknownException, ExecutionErrors unknownExecutionError, ExecutionErrorAccumulator eea, Workflow workflow, String workflowEntranceName, EntityPermission entityPermission) WorkflowEntranceLogic.getWorkflowEntranceByName
(Class<? extends BaseException> unknownWorkflowException, ExecutionErrors unknownWorkflowExecutionError, Class<? extends BaseException> unknownWorkflowEntranceException, ExecutionErrors unknownWorkflowEntranceExecutionError, ExecutionErrorAccumulator eea, String workflowName, String workflowEntranceName) WorkflowEntranceLogic.getWorkflowEntranceByNameForUpdate
(Class<? extends BaseException> unknownException, ExecutionErrors unknownExecutionError, ExecutionErrorAccumulator eea, Workflow workflow, String workflowEntranceName) WorkflowStepLogic.getWorkflowStepByName
(Class<? extends BaseException> unknownException, ExecutionErrors unknownExecutionError, ExecutionErrorAccumulator eea, Workflow workflow, String workflowStepName) WorkflowStepLogic.getWorkflowStepByName
(Class<? extends BaseException> unknownException, ExecutionErrors unknownExecutionError, ExecutionErrorAccumulator eea, Workflow workflow, String workflowStepName, EntityPermission entityPermission) WorkflowStepLogic.getWorkflowStepByName
(Class<? extends BaseException> unknownWorkflowException, ExecutionErrors unknownWorkflowExecutionError, Class<? extends BaseException> unknownWorkflowStepException, ExecutionErrors unknownWorkflowStepExecutionError, ExecutionErrorAccumulator eea, String workflowName, String workflowStepName) WorkflowStepLogic.getWorkflowStepByNameForUpdate
(Class<? extends BaseException> unknownException, ExecutionErrors unknownExecutionError, ExecutionErrorAccumulator eea, Workflow workflow, String workflowStepName) -
Uses of ExecutionErrors in com.echothree.util.common.message
Methods in com.echothree.util.common.message that return ExecutionErrorsModifier and TypeMethodDescriptionstatic ExecutionErrors
Returns the enum constant of this class with the specified name.static ExecutionErrors[]
ExecutionErrors.values()
Returns an array containing the constants of this enum class, in the order they are declared.