Class XMLConstants

java.lang.Object
de.aristaflow.adept2.model.globals.XMLConstants

public class XMLConstants extends Object
Constants concerning XML, e.g. tag-names, namespaces. These constants were used both for activity model and for process model.
  • Field Details

    • schemaNamespace

      public static final String schemaNamespace
      The namespace of the schema.
      See Also:
    • processModelNS

      public static final String processModelNS
      The namespace of the process model.
      See Also:
    • staffAssignmentRule

      public static final String staffAssignmentRule
      The constant for the tag name 'staffAssignmentRule'.
      See Also:
    • isNull

      public static final String isNull
      The constant for the attribute name 'isNull'.
      See Also:
    • id

      public static final String id
      The constant for the tag name 'id'.
      See Also:
    • classPaths

      public static final String classPaths
      The constant for the tag name 'classPaths'.
      See Also:
    • classPath

      public static final String classPath
      The constant for the tag name 'classPath'.
      See Also:
    • isSingleton

      public static final String isSingleton
      The constant for the tag name 'isSingleton'.
      See Also:
    • classLoaderUsage

      public static final String classLoaderUsage
      The constant for the tag name 'classLoaderUsage'.
      See Also:
    • systemComponent

      public static final String systemComponent
      The constant for the tag name 'systemComponent'.
      See Also:
    • supportsViewOnly

      public static final String supportsViewOnly
      The constant for the tag name 'supportsViewOnly'.
      See Also:
    • supportsTestExecution

      public static final String supportsTestExecution
      The constant for the tag name 'supportsTestExecution'.
      See Also:
    • iconID

      public static final String iconID
      The constant for the tag name 'iconID'.
      See Also:
    • configurationDescription

      public static final String configurationDescription
      The constant for the tag name 'configurationDescription'.
      See Also:
    • ecName

      public static final String ecName
      The constant for the tag name 'ecName'.
      See Also:
    • operationName

      public static final String operationName
      The constant for the tag name 'operationName'.
      See Also:
    • activityName

      public static final String activityName
      The constant for the tag name 'activityName'.
      See Also:
    • description

      public static final String description
      The constant for the tag name 'description'.
      See Also:
    • implementationClass

      public static final String implementationClass
      The constant for the tag name 'implementationClass'.
      See Also:
    • configurationName

      public static final String configurationName
      The constant for the tag name 'configurationName'.
      See Also:
    • parameterChangePolicy

      public static final String parameterChangePolicy
      The constant for the tag name 'parameterChangePolicy'.
      See Also:
    • configuration

      public static final String configuration
      The constant for the tag name 'configuration'.
      See Also:
    • testConfiguration

      public static final String testConfiguration
      The constant for the tag name 'testConfiguration'.
      See Also:
    • confEntry

      public static final String confEntry
      The constant for the tag name 'configurationEntry'.
      See Also:
    • confIsFixed

      public static final String confIsFixed
      The constant for the tag name 'fixed'.
      See Also:
    • confFromParameter

      public static final String confFromParameter
      The constant for the tag name 'fromParameter'.
      See Also:
    • confFromConfiguration

      public static final String confFromConfiguration
      The constant for the tag name 'fromConfiguration'.
      See Also:
    • confEntryDataType

      public static final String confEntryDataType
      The constant for the tag name 'dataType'.
      See Also:
    • confEntryIsOptional

      public static final String confEntryIsOptional
      The constant for the tag name 'isOptional'.
      See Also:
    • confEntryRestriction

      public static final String confEntryRestriction
      The constant for the tag name 'restriction'.
      See Also:
    • name

      public static final String name
      The constant for the tag name 'name'.
      See Also:
    • ecd

      public static final String ecd
      The constant for the tag/attribute name 'ecd'.
      See Also:
    • operation

      public static final String operation
      The constant for the tag name 'operation'.
      See Also:
    • origin

      public static final String origin
      The constant for the tag/attribute name 'origin'.
      See Also:
    • pluginDataContainer

      public static final String pluginDataContainer
      The constant for the tag name 'pluginDataContainer'.
      See Also:
    • pluginData

      public static final String pluginData
      The constant for the tag name 'pluginData'.
      See Also:
    • pluginDataExtensionPoint

      public static final String pluginDataExtensionPoint
      The constant for the tag name 'extensionPoint'.
      See Also:
    • pluginDataPluginID

      public static final String pluginDataPluginID
      The constant for the tag name 'pluginID'.
      See Also:
    • pluginDataEntry

      public static final String pluginDataEntry
      The constant for the tag name 'pluginDataEntry'.
      See Also:
    • pluginDataName

      public static final String pluginDataName
      The constant for the tag name 'name'.
      See Also:
    • userAttributes

      public static final String userAttributes
      The constant for the tag name 'userAttributes'.
      See Also:
    • userAttribute

      public static final String userAttribute
      The constant for the tag name 'userAttribute'.
      See Also:
    • userAttributeName

      public static final String userAttributeName
      The constant for the tag name 'name'.
      See Also:
    • parameterName

      public static final String parameterName
      The constant for the tag name 'name'.
      See Also:
    • parameterDescription

      public static final String parameterDescription
      The constant for the tag name 'description'.
      See Also:
    • parameterType

      public static final String parameterType
      The constant for the tag name 'type'.
      See Also:
    • udtName

      public static final String udtName
      The constant for the tag name 'udtName'.
      See Also:
    • parameterIdentifierID

      public static final String parameterIdentifierID
      The constant for the tag name 'identifierID'.
      See Also:
    • parameterAccessType

      public static final String parameterAccessType
      The constant for the tag name 'accessType'.
      See Also:
    • parameterIsOptional

      public static final String parameterIsOptional
      The constant for the tag name 'isOptional'.
      See Also:
    • parameterIsVirtual

      public static final String parameterIsVirtual
      The constant for the tag name 'isVirtual'.
      See Also:
    • parameterIsIndexed

      public static final String parameterIsIndexed
      The constant for the tag name 'indexed'.
      See Also:
    • parameterIsFailure

      public static final String parameterIsFailure
      The constant for the tag name 'isFailure'.
      See Also:
    • parameterIsFormEnabled

      public static final String parameterIsFormEnabled
      The constant for the tag name 'isFormEnabled'.
      See Also:
    • parameterIsStreamReplaceable

      public static final String parameterIsStreamReplaceable
      The constant for the tag name 'isStreamReplaceable'.
      See Also:
    • parameterDeveloperDescription

      public static final String parameterDeveloperDescription
      The constant for the tag name 'developerDescription'.
      See Also:
    • parameterDefaultValue

      public static final String parameterDefaultValue
      The constant for the tag name 'defaultValue'.
      See Also:
    • executionControlProperties

      public static final String executionControlProperties
      The constant for the tag name 'executionControlProperties'.
      See Also:
    • ecpIsResettable

      public static final String ecpIsResettable
      The constant for the tag name 'isResettable'.
      See Also:
    • ecpIsSuspensible

      public static final String ecpIsSuspensible
      The constant for the tag name 'isSuspensible'.
      See Also:
    • ecpIsClosable

      public static final String ecpIsClosable
      The constant for the tag name 'isClosable'.
      See Also:
    • guiContextID

      public static final String guiContextID
      The constant for the tag name 'guiContextID'.
      See Also:
    • inputParameters

      public static final String inputParameters
      The constant for the tag name 'inputParameters'.
      See Also:
    • inputParameter

      public static final String inputParameter
      The constant for the tag name 'inputParameter'.
      See Also:
    • outputParameters

      public static final String outputParameters
      The constant for the tag name 'outputParameters'.
      See Also:
    • outputParameter

      public static final String outputParameter
      The constant for the tag name 'outputParameter'.
      See Also:
    • ebpInstanceReference

      public static final String ebpInstanceReference
      The constant for the tag name 'ebpInstanceReference'.
      See Also:
    • ebpIRinstanceID

      public static final String ebpIRinstanceID
      The constant for the tag name 'parentInstanceID'.
      See Also:
    • ebpIRinstanceLogId

      public static final String ebpIRinstanceLogId
      The constant for the tag name 'parentInstanceLogId'.
      See Also:
    • ebpIRtemplateID

      public static final String ebpIRtemplateID
      The constant for the tag name 'baseTemplateID'.
      See Also:
    • ebpIRnodeID

      public static final String ebpIRnodeID
      The constant for the tag name 'parentNodeID'.
      See Also:
    • ebpIRiteration

      public static final String ebpIRiteration
      The constant for the tag name 'parentIteration'.
      See Also:
    • ebpIRtype

      public static final String ebpIRtype
      The constant for the tag name 'type'.
      See Also:
    • ebpIRexecutionManagerURIs

      public static final String ebpIRexecutionManagerURIs
      The constant for the tag name 'executionManagerURIs'.
      See Also:
    • ebpIRruntimeManagerURIs

      public static final String ebpIRruntimeManagerURIs
      The constant for the tag name 'runtimeManagerURIs'.
      See Also:
    • ebpIRuri

      public static final String ebpIRuri
      The constant for the tag name 'uri'.
      See Also:
    • qualifiedAgent

      public static final String qualifiedAgent
      The constant for the tag name 'qualifiedAgent'.
      See Also:
    • qualifiedAgentID

      public static final String qualifiedAgentID
      The constant for the tag name 'agentID'.
      See Also:
    • qualifiedAgentName

      public static final String qualifiedAgentName
      The constant for the tag name 'agentName'.
      See Also:
    • qualifiedOrgPositionID

      public static final String qualifiedOrgPositionID
      The constant for the tag name 'orgPositionID'.
      See Also:
    • qualifiedOrgPositionName

      public static final String qualifiedOrgPositionName
      The constant for the tag name 'orgPositionName'.
      See Also:
    • qaLocale

      public static final String qaLocale
      The constant for the tag name 'locale'.
      See Also:
    • qaUserSessionID

      public static final String qaUserSessionID
      The constant for the tag name 'userSessionID'.
      See Also:
    • NAMESPACE_SYSTEM_DATA

      public static final String NAMESPACE_SYSTEM_DATA
      The namespace for all XML elements related to system data. This includes the variables in XPath used to represent system data.
      See Also:
    • ELEMENT_TEMPLATE_SUPERVISOR_AGENT_ID

      public static final String ELEMENT_TEMPLATE_SUPERVISOR_AGENT_ID
      The name of the XML element or XPath variable for the agent ID of the template supervisor.
      See Also:
    • ELEMENT_TEMPLATE_SUPERVISOR_ORGPOSITION_ID

      public static final String ELEMENT_TEMPLATE_SUPERVISOR_ORGPOSITION_ID
      The name of the XML element or XPath variable for the org pos ID of the template supervisor.
      See Also:
    • ELEMENT_INSTANCE_SUPERVISOR_AGENT_ID

      public static final String ELEMENT_INSTANCE_SUPERVISOR_AGENT_ID
      The name of the XML element or XPath variable for the agent ID of the instance supervisor.
      See Also:
    • ELEMENT_INSTANCE_SUPERVISOR_ORGPOSITION_ID

      public static final String ELEMENT_INSTANCE_SUPERVISOR_ORGPOSITION_ID
      The name of the XML element or XPath variable for the org pos ID of the instance supervisor.
      See Also:
    • ELEMENT_INSTANCE_INITIATOR_AGENT_ID

      public static final String ELEMENT_INSTANCE_INITIATOR_AGENT_ID
      The name of the XML element or XPath variable for the agent ID of the instance initiator.
      See Also:
    • ELEMENT_INSTANCE_INITIATOR_ORGPOSITION_ID

      public static final String ELEMENT_INSTANCE_INITIATOR_ORGPOSITION_ID
      The name of the XML element or XPath variable for the org pos ID of the instance initiator.
      See Also:
    • ELEMENT_NODE_PERFORMING_AGENT_ID

      public static final String ELEMENT_NODE_PERFORMING_AGENT_ID
      The name of the XML element or XPath variable for the agent ID of the performer of the current node.
      See Also:
    • ELEMENT_NODE_PERFORMING_ORGPOSITION_ID

      public static final String ELEMENT_NODE_PERFORMING_ORGPOSITION_ID
      The name of the XML element or XPath variable for the org pos ID of the performer of the current node.
      See Also:
    • ELEMENT_INSTANCE_CREATION_DATE

      public static final String ELEMENT_INSTANCE_CREATION_DATE
      The name of the XML element or XPath variable for the instance creation date.
      See Also:
    • NAMESPACE_MODEL_RESOURCE

      public static final String NAMESPACE_MODEL_RESOURCE
      The namespace for the resource model.
      See Also:
    • NAMESPACE_MODEL_RESOURCE_XML

      public static final String NAMESPACE_MODEL_RESOURCE_XML
      The namespace for the XML support of the resource model.
      See Also:
    • NAMESPACE_MODEL_EXECUTION_XML

      public static final String NAMESPACE_MODEL_EXECUTION_XML
      The namespace for the XML support of the execution model.
      See Also:
    • NAMESPACE_XPATH_FUNCTIONS

      public static final String NAMESPACE_XPATH_FUNCTIONS
      The namespace for arbitrary functions provided by XPath.
      See Also:
    • NAMESPACE_XPATH_EXTENSION

      public static final String NAMESPACE_XPATH_EXTENSION
      The namespace for extensions used within XPath queries.
      See Also:
  • Constructor Details

    • XMLConstants

      public XMLConstants()