Constant Field Values
Contents
org.activiti.*
-
org.activiti.cloud.services.modeling.service.SchemaService Modifier and Type Constant Field Value public static final StringPROCESS_EXTENSION"PROCESS-EXTENSION"
-
org.activiti.cloud.services.modeling.validation.DNSNameValidator Modifier and Type Constant Field Value public static final StringDNS_LABEL_REGEX"^[a-z]([-a-z0-9]{0,24}[a-z0-9])?$"public static final StringDNS_NAME_VALIDATOR"DNS name validator"public static final StringINVALID_DNS_NAME_DESCRIPTION"The %s name should follow DNS-1035 conventions: it must consist of lower case alphanumeric characters or \'-\', and must start and end with an alphanumeric character: \'%s\'"public static final StringINVALID_DNS_NAME_PROBLEM"The name is not a valid DNS name" -
org.activiti.cloud.services.modeling.validation.NameValidator Modifier and Type Constant Field Value public static final StringINVALID_EMPTY_NAME_DESCRIPTION"The %s name cannot be empty"public static final StringINVALID_EMPTY_NAME_PROBLEM"The name cannot be empty"public static final StringINVALID_NAME_LENGTH_DESCRIPTION"The %s name length cannot be greater than 26: \'%s\'"public static final StringINVALID_NAME_LENGTH_PROBLEM"The name length cannot be greater than 26"public static final StringINVALID_REQUIRED_NAME_DESCRIPTION"The %s name is required"public static final StringINVALID_REQUIRED_NAME_PROBLEM"The name is required"public static final intNAME_MAX_LENGTH26public static final StringNAME_VALIDATOR"Name validator"
-
org.activiti.cloud.services.modeling.validation.extensions.ProcessExtensionsModelValidator Modifier and Type Constant Field Value public static final StringUNKNOWN_PROCESS_ID_VALIDATION_ERROR_DESCRIPTION"The process extensions are bound to an unknown process id \'%s\'"public static final StringUNKNOWN_PROCESS_ID_VALIDATION_ERROR_PROBLEM"Unknown process id in process extensions: %s" -
org.activiti.cloud.services.modeling.validation.extensions.ProcessExtensionsProcessVariablesValidator Modifier and Type Constant Field Value public static final StringUNKNOWN_PROCESS_VARIABLE_VALIDATION_ERROR_DESCRIPTION"The extensions for process \'%s\' contains mappings for an unknown process variable \'%s\'"public static final StringUNKNOWN_PROCESS_VARIABLE_VALIDATION_ERROR_PROBLEM"Unknown process variable in process extensions: %s" -
org.activiti.cloud.services.modeling.validation.extensions.ProcessExtensionsTaskMappingsValidator Modifier and Type Constant Field Value public static final StringUNKNOWN_TASK_VALIDATION_ERROR_DESCRIPTION"The extensions for process \'%s\' contains mappings for an unknown task \'%s\'"public static final StringUNKNOWN_TASK_VALIDATION_ERROR_PROBLEM"Unknown task in process extensions: %s" -
org.activiti.cloud.services.modeling.validation.extensions.TaskMappingsServiceTaskImplementationValidator Modifier and Type Constant Field Value public static final StringUNKNOWN_CONNECTOR_ACTION_VALIDATION_ERROR_DESCRIPTION"The extensions for process \'%s\' contains %s mappings to task \'%s\' referencing an unknown connector action \'%s\'"public static final StringUNKNOWN_CONNECTOR_ACTION_VALIDATION_ERROR_PROBLEM"Unknown %s mapping connector action referenced in task %s: \'%s\'"public static final StringUNKNOWN_CONNECTOR_PARAMETER_VALIDATION_ERROR_DESCRIPTION"The extensions for process \'%s\' contains mappings to task \'%s\' for an unknown %s connector parameter name \'%s\'"public static final StringUNKNOWN_CONNECTOR_PARAMETER_VALIDATION_ERROR_PROBLEM"Unknown %s connector parameter name in process extensions: %s"
-
org.activiti.cloud.services.modeling.validation.process.BpmnModelSequenceFlowValidator Modifier and Type Constant Field Value public static final StringNO_SOURCE_REF_PROBLEM"Sequence flow has no source reference"public static final StringNO_SOURCE_REF_PROBLEM_DESCRIPTION"Sequence flow [name: \'%s\', id: \'%s\'] has to have a source reference"public static final StringNO_TARGET_REF_PROBLEM"Sequence flow has no target reference"public static final StringNO_TARGET_REF_PROBLEM_DESCRIPTION"Sequence flow [name: \'%s\', id: \'%s\'] has to have a target reference"public static final StringSEQUENCE_FLOW_VALIDATOR_NAME"BPMN sequence flow validator" -
org.activiti.cloud.services.modeling.validation.process.BpmnModelServiceTaskImplementationValidator Modifier and Type Constant Field Value public static final StringINVALID_SERVICE_IMPLEMENTATION_DESCRIPTION"Invalid service implementation on service \'%s\'"public static final StringINVALID_SERVICE_IMPLEMENTATION_PROBLEM"Invalid service implementation"public static final StringSERVICE_USER_TASK_VALIDATOR_NAME"BPMN service task validator" -
org.activiti.cloud.services.modeling.validation.process.BpmnModelValidator Modifier and Type Constant Field Value public final StringERROR_DESCRIPTION"The process category needs to be set"public final StringERROR_TYPE"Missing process category" -
org.activiti.cloud.services.modeling.validation.process.EndEventIncomingOutgoingFlowValidator Modifier and Type Constant Field Value public static final StringEND_EVENT_FLOWS_VALIDATOR_NAME"BPMN End event validator"public static final StringNO_INCOMING_FLOW_PROBLEM"End event has no incoming flow"public static final StringNO_INCOMING_FLOW_PROBLEM_DESCRIPTION"End event [name: \'%s\', id: \'%s\'] has to have an incoming flow"public static final StringOUTGOING_FLOW_ON_END_EVENT_PROBLEM"End event should not have outgoing flow"public static final StringOUTGOING_FLOW_ON_END_EVENT_PROBLEM_DESCRIPTION"End event [name: \'%s\', id: \'%s\'] should not have outgoing flow" -
org.activiti.cloud.services.modeling.validation.process.IntermediateFlowNodeIncomingOutgoingFlowValidator Modifier and Type Constant Field Value public static final StringINTERMEDIATE_FLOWS_VALIDATOR_NAME"BPMN Intermediate Flow node validator"public static final StringNO_INCOMING_FLOW_PROBLEM"Flow node has no incoming flow"public static final StringNO_INCOMING_FLOW_PROBLEM_DESCRIPTION"Flow node [name: \'%s\', id: \'%s\'] has to have an incoming flow"public static final StringNO_OUTGOING_FLOW_PROBLEM"Flow node has no outgoing flow"public static final StringNO_OUTGOING_FLOW_PROBLEM_DESCRIPTION"Flow node [name: \'%s\', id: \'%s\'] has to have an outgoing flow" -
org.activiti.cloud.services.modeling.validation.process.StartEventIncomingOutgoingFlowValidator Modifier and Type Constant Field Value public static final StringINCOMING_FLOW_ON_START_EVENT_PROBLEM"Start event should not have incoming flow"public static final StringINCOMING_FLOW_ON_START_EVENT_PROBLEM_DESCRIPTION"Start event [name: \'%s\', id: \'%s\'] should not have incoming flow"public static final StringNO_OUTGOING_FLOW_PROBLEM"Start event has no outgoing flow"public static final StringNO_OUTGOING_FLOW_PROBLEM_DESCRIPTION"Start event [name: \'%s\', id: \'%s\'] has to have an outgoing flow"public static final StringSTART_EVENT_FLOWS_VALIDATOR_NAME"BPMN Start event validator"