|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.carbon.governance.api.util.GovernanceConstants
public class GovernanceConstants
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 |
---|
public static final String DEPENDS
public static final String USED_BY
public static final String GOVERNANCE_ARTIFACT_INDEX_PATH
public static final String ARTIFACT_ID_PROP_KEY
public static final String POLICY_XML_MEDIA_TYPE
public static final String WSDL_MEDIA_TYPE
public static final String SERVICE_MEDIA_TYPE
public static final String ENDPOINT_MEDIA_TYPE
public static final String SCHEMA_MEDIA_TYPE
public static final String SERVICE_ELEMENT_ROOT
public static final String SERVICE_ELEMENT_NAMESPACE
public static final String SERVICE_NAME_ATTRIBUTE
public static final String SERVICE_NAMESPACE_ATTRIBUTE
public static final String SERVICE_WSDL_ATTRIBUTE
Constructor Detail |
---|
public GovernanceConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |