|  1 |     | 
     | 
  |  2 |     | 
     | 
  |  3 |     | 
     | 
  |  4 |     | 
     | 
  |  5 |     | 
     | 
  |  6 |     | 
     | 
  |  7 |     | 
     | 
  |  8 |     | 
     | 
  |  9 |     | 
     | 
  |  10 |     | 
     | 
  |  11 |     | 
     | 
  |  12 |     | 
     | 
  |  13 |     | 
     | 
  |  14 |     | 
     | 
  |  15 |     | 
     | 
  |  16 |     | 
     | 
  |  17 |     | 
   package org.kuali.rice.core.api.impex.xml;  | 
  |  18 |     | 
     | 
  |  19 |     | 
   import org.jdom.Namespace;  | 
  |  20 |     | 
     | 
  |  21 |     | 
     | 
  |  22 |     | 
     | 
  |  23 |     | 
     | 
  |  24 |     | 
     | 
  |  25 |     | 
     | 
  |  26 |     | 
   public final class XmlConstants { | 
  |  27 |     | 
     | 
  |  28 |     | 
         | 
  |  29 |    0 |        public static final Namespace WORKFLOW_NAMESPACE = Namespace.getNamespace("", "ns:workflow"); | 
  |  30 |    0 |        public static final Namespace SCHEMA_NAMESPACE = Namespace.getNamespace("xsi", "http://www.w3.org/2001/XMLSchema-instance"); | 
  |  31 |    0 |        public static final Namespace RULE_NAMESPACE = Namespace.getNamespace("", "ns:workflow/Rule"); | 
  |  32 |    0 |        public static final Namespace DOCUMENT_TYPE_NAMESPACE = Namespace.getNamespace("", "ns:workflow/DocumentType"); | 
  |  33 |    0 |        public static final Namespace GROUP_NAMESPACE = Namespace.getNamespace("", "ns:workflow/Group"); | 
  |  34 |    0 |        public static final Namespace RULE_TEMPLATE_NAMESPACE = Namespace.getNamespace("", "ns:workflow/RuleTemplate"); | 
  |  35 |    0 |        public static final Namespace RULE_ATTRIBUTE_NAMESPACE = Namespace.getNamespace("", "ns:workflow/RuleAttribute"); | 
  |  36 |    0 |        public static final Namespace HELP_NAMESPACE = Namespace.getNamespace("", "ns:workflow/Help"); | 
  |  37 |    0 |        public static final Namespace EDL_NAMESPACE = Namespace.getNamespace("", "ns:workflow/EDocLite"); | 
  |  38 |    0 |        public static final Namespace STYLE_NAMESPACE = Namespace.getNamespace("", "ns:workflow/Style"); | 
  |  39 |     | 
     | 
  |  40 |     | 
         | 
  |  41 |     | 
       public static final String SCHEMA_LOCATION_ATTR = "schemaLocation";  | 
  |  42 |     | 
       public static final String WORKFLOW_SCHEMA_LOCATION = "ns:workflow resource:WorkflowData";  | 
  |  43 |     | 
       public static final String RULE_SCHEMA_LOCATION = "ns:workflow/Rule resource:Rule";  | 
  |  44 |     | 
       public static final String GROUP_SCHEMA_LOCATION = "ns:workflow/Group resource:Group";  | 
  |  45 |     | 
       public static final String DOCUMENT_TYPE_SCHEMA_LOCATION = "ns:workflow/DocumentType resource:DocumentType";  | 
  |  46 |     | 
       public static final String RULE_TEMPLATE_SCHEMA_LOCATION = "ns:workflow/RuleTemplate resource:RuleTemplate";  | 
  |  47 |     | 
       public static final String RULE_ATTRIBUTE_SCHEMA_LOCATION = "ns:workflow/RuleAttribute resource:RuleAttribute";  | 
  |  48 |     | 
       public static final String HELP_SCHEMA_LOCATION = "ns:workflow/Help resource:Help";  | 
  |  49 |     | 
       public static final String EDL_SCHEMA_LOCATION = "ns:workflow/EDocLite resource:EDocLite";  | 
  |  50 |     | 
       public static final String STYLE_SCHEMA_LOCATION = "ns:workflow/Style resource:Style";  | 
  |  51 |     | 
     | 
  |  52 |     | 
         | 
  |  53 |     | 
       public static final String DATA_ELEMENT = "data";  | 
  |  54 |     | 
     | 
  |  55 |     | 
         | 
  |  56 |     | 
       public static final String NAME = "name";  | 
  |  57 |     | 
       public static final String DESCRIPTION = "description";  | 
  |  58 |     | 
       public static final String SUMMARY = "summary";  | 
  |  59 |     | 
       public static final String LABEL = "label";  | 
  |  60 |     | 
       public static final String SHORT_LABEL = "shortLabel";  | 
  |  61 |     | 
       public static final String KEY = "key";  | 
  |  62 |     | 
       public static final String VALUE = "value";  | 
  |  63 |     | 
       public static final String ACTIVE= "active";  | 
  |  64 |     | 
       public static final String TYPE = "type";  | 
  |  65 |     | 
     | 
  |  66 |     | 
         | 
  |  67 |     | 
       public static final String DOCUMENT_TYPES = "documentTypes";  | 
  |  68 |     | 
       public static final String DOCUMENT_TYPE = "documentType";  | 
  |  69 |     | 
       public static final String DOCUMENT_TYPE_OVERWRITE_MODE = "overwriteMode";  | 
  |  70 |     | 
       public static final String PARENT = "parent";  | 
  |  71 |     | 
       public static final String SERVICE_NAMESPACE = "serviceNamespace";  | 
  |  72 |     | 
       public static final String POST_PROCESSOR_NAME = "postProcessorName";  | 
  |  73 |     | 
       public static final String SUPER_USER_WORKGROUP_NAME = "superUserWorkgroupName";  | 
  |  74 |     | 
       public static final String SUPER_USER_GROUP_NAME = "superUserGroupName";  | 
  |  75 |     | 
       public static final String BLANKET_APPROVE_WORKGROUP_NAME = "blanketApproveWorkgroupName";  | 
  |  76 |     | 
       public static final String BLANKET_APPROVE_GROUP_NAME = "blanketApproveGroupName";  | 
  |  77 |     | 
       public static final String BLANKET_APPROVE_POLICY = "blanketApprovePolicy";  | 
  |  78 |     | 
       public static final String REPORTING_WORKGROUP_NAME = "reportingWorkgroupName";  | 
  |  79 |     | 
       public static final String REPORTING_GROUP_NAME = "reportingGroupName";  | 
  |  80 |     | 
       public static final String DEFAULT_EXCEPTION_WORKGROUP_NAME = "defaultExceptionWorkgroupName";  | 
  |  81 |     | 
       public static final String DEFAULT_EXCEPTION_GROUP_NAME = "defaultExceptionGroupName";  | 
  |  82 |     | 
       public static final String DOC_HANDLER = "docHandler";  | 
  |  83 |     | 
       public static final String HELP_DEFINITION_URL = "helpDefinitionURL";  | 
  |  84 |     | 
       public static final String DOC_SEARCH_HELP_URL = "docSearchHelpURL";  | 
  |  85 |     | 
       public static final String NOTIFICATION_FROM_ADDRESS = "notificationFromAddress";  | 
  |  86 |     | 
       public static final String CUSTOM_EMAIL_STYLESHEET = "emailStylesheet";  | 
  |  87 |     | 
       public static final String POLICIES = "policies";  | 
  |  88 |     | 
       public static final String POLICY = "policy";  | 
  |  89 |     | 
       public static final String SECURITY = "security";  | 
  |  90 |     | 
       public static final String ROUTING_VERSION = "routingVersion";  | 
  |  91 |     | 
       public static final String ROUTE_PATHS = "routePaths";  | 
  |  92 |     | 
       public static final String ROUTE_PATH = "routePath";  | 
  |  93 |     | 
       public static final String INITIAL_NODE = "initialNode";  | 
  |  94 |     | 
       public static final String PROCESS_NAME = "processName";  | 
  |  95 |     | 
       public static final String ROUTE_NODES = "routeNodes";  | 
  |  96 |     | 
       public static final String BRANCH = "branch";  | 
  |  97 |     | 
       public static final String EXCEPTION_WORKGROUP_NAME = "exceptionWorkgroupName";  | 
  |  98 |     | 
       public static final String EXCEPTION_WORKGROUP = "exceptionWorkgroup";  | 
  |  99 |     | 
       public static final String EXCEPTION_GROUP_NAME = "exceptionGroupName";  | 
  |  100 |     | 
       public static final String ACTIVATION_TYPE = "activationType";  | 
  |  101 |     | 
       public static final String FINAL_APPROVAL = "finalApproval";  | 
  |  102 |     | 
       public static final String MANDATORY_ROUTE = "mandatoryRoute";  | 
  |  103 |     | 
       public static final String ROUTE_MODULE = "routeModule";  | 
  |  104 |     | 
       public static final String NEXT_NODE = "nextNode";  | 
  |  105 |     | 
       public static final String APP_DOC_STATUSES = "validApplicationStatuses";  | 
  |  106 |     | 
       public static final String STATUS = "status";  | 
  |  107 |     | 
     | 
  |  108 |     | 
         | 
  |  109 |     | 
       public static final String RULES = "rules";  | 
  |  110 |     | 
       public static final String RULE = "rule";  | 
  |  111 |     | 
       public static final String EXPRESSION = "expression";  | 
  |  112 |     | 
       public static final String FROM_DATE = "fromDate";  | 
  |  113 |     | 
       public static final String TO_DATE = "toDate";  | 
  |  114 |     | 
       public static final String FORCE_ACTION = "forceAction";  | 
  |  115 |     | 
       public static final String RESPONSIBILITIES = "responsibilities";  | 
  |  116 |     | 
       public static final String RESPONSIBILITY = "responsibility";  | 
  |  117 |     | 
       public static final String RESPONSIBILITY_ID = "responsibilityId";  | 
  |  118 |     | 
       public static final String ACTION_REQUESTED = "actionRequested";  | 
  |  119 |     | 
       public static final String USER = "user";  | 
  |  120 |     | 
       public static final String ROLE = "role";  | 
  |  121 |     | 
       public static final String ROLE_NAME = "roleName";  | 
  |  122 |     | 
       public static final String ATTRIBUTE_CLASS_NAME = "attributeClassName";  | 
  |  123 |     | 
       public static final String APPROVE_POLICY = "approvePolicy";  | 
  |  124 |     | 
       public static final String PRIORITY = "priority";  | 
  |  125 |     | 
       public static final String DELEGATIONS = "delegations";  | 
  |  126 |     | 
       public static final String DELEGATION_TYPE = "delegationType";  | 
  |  127 |     | 
       public static final String RULE_EXTENSIONS = "ruleExtensions";  | 
  |  128 |     | 
       public static final String RULE_EXTENSION = "ruleExtension";  | 
  |  129 |     | 
       public static final String RULE_EXTENSION_VALUES = "ruleExtensionValues";  | 
  |  130 |     | 
       public static final String RULE_EXTENSION_VALUE = "ruleExtensionValue";  | 
  |  131 |     | 
       public static final String RULE_DELEGATIONS = "ruleDelegations";  | 
  |  132 |     | 
       public static final String RULE_DELEGATION = "ruleDelegation";  | 
  |  133 |     | 
       public static final String PARENT_RESPONSIBILITY = "parentResponsibility";  | 
  |  134 |     | 
       public static final String PARENT_RULE_NAME = "parentRuleName";  | 
  |  135 |     | 
     | 
  |  136 |     | 
       public static final String GROUPS = "groups";  | 
  |  137 |     | 
       public static final String GROUP = "group";  | 
  |  138 |     | 
       public static final String ID = "id";  | 
  |  139 |     | 
       public static final String NAMESPACE = "namespace";  | 
  |  140 |     | 
       public static final String EXTENSIONS = "extensions";  | 
  |  141 |     | 
       public static final String EXTENSION = "extension";  | 
  |  142 |     | 
       public static final String DATA = "data";  | 
  |  143 |     | 
       public static final String WORKGROUPS = "workgroups";  | 
  |  144 |     | 
       public static final String WORKGROUP = "workgroup";  | 
  |  145 |     | 
       public static final String MEMBERS = "members";  | 
  |  146 |     | 
       public static final String PRINCIPAL_NAME = "principalName";  | 
  |  147 |     | 
       public static final String PRINCIPAL_ID = "principalId";  | 
  |  148 |     | 
       public static final String GROUP_ID = "groupId";  | 
  |  149 |     | 
       public static final String GROUP_NAME = "groupName";  | 
  |  150 |     | 
     | 
  |  151 |     | 
         | 
  |  152 |     | 
       public static final String RULE_TEMPLATES = "ruleTemplates";  | 
  |  153 |     | 
       public static final String RULE_TEMPLATE = "ruleTemplate";  | 
  |  154 |     | 
       public static final String RULE_EXPRESSION = "expression";  | 
  |  155 |     | 
       public static final String DELEGATION_TEMPLATE = "delegationTemplate";  | 
  |  156 |     | 
       public static final String REQUIRED = "required";  | 
  |  157 |     | 
       public static final String ATTRIBUTES = "attributes";  | 
  |  158 |     | 
       public static final String ATTRIBUTE = "attribute";  | 
  |  159 |     | 
       public static final String RULE_DEFAULTS = "ruleDefaults";  | 
  |  160 |     | 
       public static final String DEFAULT_ACTION_REQUESTED = "defaultActionRequested";  | 
  |  161 |     | 
       public static final String SUPPORTS_COMPLETE = "supportsComplete";  | 
  |  162 |     | 
       public static final String SUPPORTS_APPROVE = "supportsApprove";  | 
  |  163 |     | 
       public static final String SUPPORTS_ACKNOWLEDGE = "supportsAcknowledge";  | 
  |  164 |     | 
       public static final String SUPPORTS_FYI = "supportsFYI";  | 
  |  165 |     | 
     | 
  |  166 |     | 
         | 
  |  167 |     | 
       public static final String RULE_ATTRIBUTES = "ruleAttributes";  | 
  |  168 |     | 
       public static final String RULE_ATTRIBUTE = "ruleAttribute";  | 
  |  169 |     | 
       public static final String CLASS_NAME = "className";  | 
  |  170 |     | 
       public static final String ROUTING_CONFIG = "routingConfig";  | 
  |  171 |     | 
       public static final String SEARCHING_CONFIG = "searchingConfig";  | 
  |  172 |     | 
           public static final String SEARCH_RESULT_CONFIG = "searchResultConfig";  | 
  |  173 |     | 
       public static final String RESOLVER_CONFIG = "resolverConfig";  | 
  |  174 |     | 
       public static final String IS_MEMBER_OF_WORKGROUP = "isMemberOfWorkgroup";  | 
  |  175 |     | 
       public static final String IS_MEMBER_OF_GROUP = "isMemberOfGroup";  | 
  |  176 |     | 
     | 
  |  177 |     | 
         | 
  |  178 |     | 
       public static final String HELP_ENTRIES = "helpEntries";  | 
  |  179 |     | 
       public static final String HELP_ENTRY = "helpEntry";  | 
  |  180 |     | 
       public static final String HELP_NAME = "helpName";  | 
  |  181 |     | 
       public static final String HELP_KEY = "helpKey";  | 
  |  182 |     | 
       public static final String HELP_TEXT = "helpText";  | 
  |  183 |     | 
     | 
  |  184 |     | 
         | 
  |  185 |     | 
       public static final String EDL_EDOCLITE = "edoclite";  | 
  |  186 |     | 
       public static final String EDL_STYLE = "style";  | 
  |  187 |     | 
       public static final String EDL_ASSOCIATION = "association";  | 
  |  188 |     | 
       public static final String EDL_DOC_TYPE = "docType";  | 
  |  189 |     | 
       public static final String EDL_DEFINITION = "definition";  | 
  |  190 |     | 
       public static final String EDL_ACTIVE = "active";  | 
  |  191 |     | 
     | 
  |  192 |     | 
         | 
  |  193 |     | 
       public static final String STYLE_STYLES = "styles";  | 
  |  194 |     | 
       public static final String STYLE_STYLE = "style";  | 
  |  195 |     | 
         | 
  |  196 |    0 |        private XmlConstants() { | 
  |  197 |    0 |                throw new UnsupportedOperationException("do not call"); | 
  |  198 |     | 
       }  | 
  |  199 |     | 
   }  |