org.wso2.carbon.governance.api.util
Class GovernanceConstants

java.lang.Object
  extended by org.wso2.carbon.governance.api.util.GovernanceConstants

public class GovernanceConstants
extends Object

Constants used by the governance API.


Field Summary
static String ARTIFACT_ID_PROP_KEY
          The key of the artifact id property.
static String DEPENDS
          Association type for dependencies.
static String ENDPOINT_MEDIA_TYPE
          Media type of a endpoint artifact.
static String GOVERNANCE_ARTIFACT_INDEX_PATH
          The index path of the governance artifacts.
static String POLICY_XML_MEDIA_TYPE
          Media type of a policy artifact.
static String SCHEMA_MEDIA_TYPE
          Media type of a schema artifact.
static String SERVICE_ELEMENT_NAMESPACE
          The common namespace used by the service artifacts.
static String SERVICE_ELEMENT_ROOT
          The root element of the content of the service artifact.
static String SERVICE_MEDIA_TYPE
          Media type of a service artifact.
static String SERVICE_NAME_ATTRIBUTE
          The name attribute of the service artifact.
static String SERVICE_NAMESPACE_ATTRIBUTE
          The namespace attribute of the service artifact.
static String SERVICE_WSDL_ATTRIBUTE
          The WSDL attribute of the service artifact.
static String USED_BY
          Association type of usages.
static String WSDL_MEDIA_TYPE
          Media type of a WSDL artifact.
 
Constructor Summary
GovernanceConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEPENDS

public static final String DEPENDS
Association type for dependencies.

See Also:
Constant Field Values

USED_BY

public static final String USED_BY
Association type of usages.

See Also:
Constant Field Values

GOVERNANCE_ARTIFACT_INDEX_PATH

public static final String GOVERNANCE_ARTIFACT_INDEX_PATH
The index path of the governance artifacts.

See Also:
Constant Field Values

ARTIFACT_ID_PROP_KEY

public static final String ARTIFACT_ID_PROP_KEY
The key of the artifact id property.

See Also:
Constant Field Values

POLICY_XML_MEDIA_TYPE

public static final String POLICY_XML_MEDIA_TYPE
Media type of a policy artifact.

See Also:
Constant Field Values

WSDL_MEDIA_TYPE

public static final String WSDL_MEDIA_TYPE
Media type of a WSDL artifact.

See Also:
Constant Field Values

SERVICE_MEDIA_TYPE

public static final String SERVICE_MEDIA_TYPE
Media type of a service artifact.

See Also:
Constant Field Values

ENDPOINT_MEDIA_TYPE

public static final String ENDPOINT_MEDIA_TYPE
Media type of a endpoint artifact.

See Also:
Constant Field Values

SCHEMA_MEDIA_TYPE

public static final String SCHEMA_MEDIA_TYPE
Media type of a schema artifact.

See Also:
Constant Field Values

SERVICE_ELEMENT_ROOT

public static final String SERVICE_ELEMENT_ROOT
The root element of the content of the service artifact.

See Also:
Constant Field Values

SERVICE_ELEMENT_NAMESPACE

public static final String SERVICE_ELEMENT_NAMESPACE
The common namespace used by the service artifacts.

See Also:
Constant Field Values

SERVICE_NAME_ATTRIBUTE

public static final String SERVICE_NAME_ATTRIBUTE
The name attribute of the service artifact.

See Also:
Constant Field Values

SERVICE_NAMESPACE_ATTRIBUTE

public static final String SERVICE_NAMESPACE_ATTRIBUTE
The namespace attribute of the service artifact. This is the namespace of the particular service.

See Also:
Constant Field Values

SERVICE_WSDL_ATTRIBUTE

public static final String SERVICE_WSDL_ATTRIBUTE
The WSDL attribute of the service artifact.

See Also:
Constant Field Values
Constructor Detail

GovernanceConstants

public GovernanceConstants()


Copyright © 2010 WSO2 Inc. All Rights Reserved.