Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
L
M
N
O
P
R
S
U
W
A
activate(ComponentContext)
- Method in class org.wso2.carbon.governance.api.internal.
GovernanceAPIServiceComponent
Activates the Governance API bundle.
activate()
- Method in class org.wso2.carbon.governance.api.services.dataobjects.
Service
Deprecated.
since active functionality is no longer used.
addAttribute(String, String)
- Method in class org.wso2.carbon.governance.api.common.dataobjects.
GovernanceArtifact
Adding an attribute to the artifact.
addEndpoint(Endpoint)
- Method in class org.wso2.carbon.governance.api.endpoints.
EndpointManager
Adds the given endpoint artifact to the registry.
addGenericArtifact(GenericArtifact)
- Method in class org.wso2.carbon.governance.api.generic.
GenericArtifactManager
Adds the given artifact to the registry.
addGovernanceArtifact(GovernanceArtifact)
- Method in class org.wso2.carbon.governance.api.common.
GovernanceArtifactManager
Adds the given artifact to the registry.
addPolicy(Policy)
- Method in class org.wso2.carbon.governance.api.policies.
PolicyManager
Adds the given policy artifact to the registry.
addSchema(Schema)
- Method in class org.wso2.carbon.governance.api.schema.
SchemaManager
Adds the given schema artifact to the registry.
addService(Service)
- Method in class org.wso2.carbon.governance.api.services.
ServiceManager
Adds the given service artifact to the registry.
addWsdl(Wsdl)
- Method in class org.wso2.carbon.governance.api.wsdls.
WsdlManager
Adds the given WSDL artifact to the registry.
AFFILIATIONS_ATTRIBUTE
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
The affiliations attribute of a people artifact.
ARTIFACT_CONTENT_PATH
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
associateAspect(String, String, Registry)
- Static method in class org.wso2.carbon.governance.api.util.
GovernanceUtils
Method to associate an aspect with a given resource on the registry.
associateRegistry(Registry)
- Method in class org.wso2.carbon.governance.api.common.dataobjects.
GovernanceArtifact
Associate a registry, this is mostly used by the artifact manager when creating the artifact.
attach(GovernanceArtifact)
- Method in class org.wso2.carbon.governance.api.common.dataobjects.
GovernanceArtifact
Attach the current artifact to an another artifact.
attachEndpoint(Endpoint)
- Method in class org.wso2.carbon.governance.api.services.dataobjects.
Service
Attach an endpoint artifact to a service artifact.
attachEndpoint(Endpoint)
- Method in class org.wso2.carbon.governance.api.wsdls.dataobjects.
Wsdl
Attach an endpoint artifact to a WSDL artifact.
attachLifecycle(String)
- Method in class org.wso2.carbon.governance.api.common.dataobjects.
GovernanceArtifact
Associates the named lifecycle with the artifact
attachPolicy(Policy)
- Method in class org.wso2.carbon.governance.api.services.dataobjects.
Service
Attach a policy artifact to a service artifact.
attachSchema(Schema)
- Method in class org.wso2.carbon.governance.api.services.dataobjects.
Service
Attach a schema artifact to a service artifact.
attachSchema(Schema)
- Method in class org.wso2.carbon.governance.api.wsdls.dataobjects.
Wsdl
Attach a schema artifact to a WSDL artifact.
attachWSDL(Wsdl)
- Method in class org.wso2.carbon.governance.api.services.dataobjects.
Service
Attach a WSDL artifact to a service artifact.
attributes
- Variable in class org.wso2.carbon.governance.api.common.dataobjects.
GovernanceArtifact
Map of attributes associated with this governance artifact.
B
buildOMElement(byte[])
- Static method in class org.wso2.carbon.governance.api.util.
GovernanceUtils
Method to build an AXIOM element from a byte stream.
C
checkRegistryResourceAssociation()
- Method in class org.wso2.carbon.governance.api.common.dataobjects.
GovernanceArtifact
Validate the resource is associated with a registry
CONSUMED_BY
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
Association type for services consumed by people
CONSUMES
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
Association type for people consuming a service
create(Registry, String)
- Static method in class org.wso2.carbon.governance.api.common.dataobjects.
GovernanceArtifact
create(Registry, String, OMElement)
- Static method in class org.wso2.carbon.governance.api.common.dataobjects.
GovernanceArtifact
createVersion()
- Method in class org.wso2.carbon.governance.api.common.dataobjects.
GovernanceArtifact
Create a version of the artifact.
D
deactivate(ComponentContext)
- Method in class org.wso2.carbon.governance.api.internal.
GovernanceAPIServiceComponent
Deactivates the Governance API bundle.
deactivate()
- Method in class org.wso2.carbon.governance.api.services.dataobjects.
Service
Deprecated.
since active functionality is no longer used.
DEFAULT_SERVICE_NAME
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
DEPENDS
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
Association type for dependencies.
derivePathFromQName(QName)
- Static method in class org.wso2.carbon.governance.api.util.
GovernanceUtils
Method to obtain a path from a qualified name.
detach(String)
- Method in class org.wso2.carbon.governance.api.common.dataobjects.
GovernanceArtifact
Detach the current artifact from the provided artifact.
detachEndpoint(String)
- Method in class org.wso2.carbon.governance.api.services.dataobjects.
Service
Detach an endpoint artifact from a service artifact.
detachEndpoint(String)
- Method in class org.wso2.carbon.governance.api.wsdls.dataobjects.
Wsdl
Detach an endpoint artifact from a WSDL artifact.
detachPolicy(String)
- Method in class org.wso2.carbon.governance.api.services.dataobjects.
Service
Detach a policy artifact from a service artifact.
detachSchema(String)
- Method in class org.wso2.carbon.governance.api.services.dataobjects.
Service
Detach a schema artifact from a service artifact.
detachSchema(String)
- Method in class org.wso2.carbon.governance.api.wsdls.dataobjects.
Wsdl
Detach a schema artifact from a WSDL artifact.
detachWSDL(String)
- Method in class org.wso2.carbon.governance.api.services.dataobjects.
Service
Detach a WSDL artifact from a service artifact.
E
Endpoint
- Class in
org.wso2.carbon.governance.api.endpoints.dataobjects
This represents an endpoint artifact stored on the Registry.
Endpoint(String, Registry)
- Constructor for class org.wso2.carbon.governance.api.endpoints.dataobjects.
Endpoint
Constructor accepting resource path, identifier and a registry instance.
Endpoint(String, String)
- Constructor for class org.wso2.carbon.governance.api.endpoints.dataobjects.
Endpoint
Constructor accepting resource identifier and the endpoint URL.
ENDPOINT_MEDIA_TYPE
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
Media type of a endpoint artifact.
EndpointManager
- Class in
org.wso2.carbon.governance.api.endpoints
This provides the management functionality for endpoint artifacts stored on the registry.
EndpointManager(Registry)
- Constructor for class org.wso2.carbon.governance.api.endpoints.
EndpointManager
Constructor accepting an instance of the registry to use.
ENTRY_VALUE_SEPARATOR
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
This is the character used in configured governance artifact (service, people, sla, etc..) xml content to separate an entry name and a value
evaluateXPathToElements(String, OMElement)
- Static method in class org.wso2.carbon.governance.api.util.
GovernanceUtils
F
findGenericArtifacts(GenericArtifactFilter)
- Method in class org.wso2.carbon.governance.api.generic.
GenericArtifactManager
Finds all artifacts matching the given filter criteria.
findGovernanceArtifactConfiguration(String, Registry)
- Static method in class org.wso2.carbon.governance.api.util.
GovernanceUtils
Query to search for a governance artifact configuration.
findGovernanceArtifactConfigurations(Registry)
- Static method in class org.wso2.carbon.governance.api.util.
GovernanceUtils
Method to locate Governance Artifact configurations.
findGovernanceArtifacts(GovernanceArtifactFilter)
- Method in class org.wso2.carbon.governance.api.common.
GovernanceArtifactManager
Finds all artifacts matching the given filter criteria.
findGovernanceArtifacts(String, Registry)
- Static method in class org.wso2.carbon.governance.api.util.
GovernanceUtils
Query to search for governance artifacts.
findPolicies(PolicyFilter)
- Method in class org.wso2.carbon.governance.api.policies.
PolicyManager
Finds all policy artifacts matching the given filter criteria.
findSchemas(SchemaFilter)
- Method in class org.wso2.carbon.governance.api.schema.
SchemaManager
Finds all schema artifacts matching the given filter criteria.
findServices(ServiceFilter)
- Method in class org.wso2.carbon.governance.api.services.
ServiceManager
Finds all service artifacts matching the given filter criteria.
findWsdls(WsdlFilter)
- Method in class org.wso2.carbon.governance.api.wsdls.
WsdlManager
Finds all WSDL artifacts matching the given filter criteria.
G
GenericArtifact
- Class in
org.wso2.carbon.governance.api.generic.dataobjects
Represents a generic governance artifact.
GenericArtifact(GovernanceArtifact)
- Constructor for class org.wso2.carbon.governance.api.generic.dataobjects.
GenericArtifact
Copy constructor used for cloning.
GenericArtifact(String, QName)
- Constructor for class org.wso2.carbon.governance.api.generic.dataobjects.
GenericArtifact
Constructor accepting resource identifier and the qualified name.
GenericArtifact(String, OMElement, String, String, String)
- Constructor for class org.wso2.carbon.governance.api.generic.dataobjects.
GenericArtifact
Constructor accepting resource identifier and the artifact content.
GenericArtifactFilter
- Interface in
org.wso2.carbon.governance.api.generic
This interface represents a mechanism to filter that can be used to identify a artifact from a given set of artifacts.
GenericArtifactManager
- Class in
org.wso2.carbon.governance.api.generic
Manager class for a generic governance artifact.
GenericArtifactManager(Registry, String, String, String, String, String, String, Association[])
- Constructor for class org.wso2.carbon.governance.api.generic.
GenericArtifactManager
Constructor accepting an instance of the registry, and also details on the type of manager.
GenericArtifactManager(Registry, String)
- Constructor for class org.wso2.carbon.governance.api.generic.
GenericArtifactManager
Constructor accepting an instance of the registry, and key identifying the type of manager.
getAllArtifactIds(Registry)
- Static method in class org.wso2.carbon.governance.api.util.
GovernanceUtils
Method to obtain all indexed governance artifact identifiers on the provided registry instance.
getAllArtifacts(Registry)
- Static method in class org.wso2.carbon.governance.api.util.
GovernanceUtils
Method to obtain all indexed governance artifacts on the provided registry instance.
getAllGenericArtifactIds()
- Method in class org.wso2.carbon.governance.api.generic.
GenericArtifactManager
Finds all identifiers of the artifacts on the registry.
getAllGenericArtifacts()
- Method in class org.wso2.carbon.governance.api.generic.
GenericArtifactManager
Finds all artifacts on the registry.
getAllGovernanceArtifactIds()
- Method in class org.wso2.carbon.governance.api.common.
GovernanceArtifactManager
Finds all identifiers of the artifacts on the registry.
getAllGovernanceArtifacts()
- Method in class org.wso2.carbon.governance.api.common.
GovernanceArtifactManager
Finds all artifacts of a given type on the registry.
getAllPolicies()
- Method in class org.wso2.carbon.governance.api.policies.
PolicyManager
Finds all policy artifacts on the registry.
getAllSchemas()
- Method in class org.wso2.carbon.governance.api.schema.
SchemaManager
Finds all schema artifacts on the registry.
getAllServiceIds()
- Method in class org.wso2.carbon.governance.api.services.
ServiceManager
Finds all identifiers of the service artifacts on the registry.
getAllServicePaths()
- Method in class org.wso2.carbon.governance.api.services.
ServiceManager
Finds all the service path and used to list services
getAllServices()
- Method in class org.wso2.carbon.governance.api.services.
ServiceManager
Finds all service artifacts on the registry.
getAllWsdls()
- Method in class org.wso2.carbon.governance.api.wsdls.
WsdlManager
Finds all WSDL artifacts on the registry.
getArtifactElementNamespace()
- Method in class org.wso2.carbon.governance.api.util.
GovernanceArtifactConfiguration
Method to obtain the namespace of the root element of an XML governance artifact.
getArtifactElementRoot()
- Method in class org.wso2.carbon.governance.api.util.
GovernanceArtifactConfiguration
Method to obtain the name of the root element of an XML governance artifact.
getArtifactNameAttribute()
- Method in class org.wso2.carbon.governance.api.util.
GovernanceArtifactConfiguration
Method to obtain the attribute that specifies the artifact name.
getArtifactNamespaceAttribute()
- Method in class org.wso2.carbon.governance.api.util.
GovernanceArtifactConfiguration
Method to obtain the attribute that specifies the artifact namespace.
getArtifactPath(Registry, String)
- Static method in class org.wso2.carbon.governance.api.util.
GovernanceUtils
Method to obtain the artifact path of a governance artifact on the registry.
getAssociatedRegistry()
- Method in class org.wso2.carbon.governance.api.common.dataobjects.
GovernanceArtifact
Returns the associated registry to the artifact.
getAttachedEndpoints()
- Method in class org.wso2.carbon.governance.api.services.dataobjects.
Service
Method to retrieve all endpoints attached to this service artifact.
getAttachedEndpoints()
- Method in class org.wso2.carbon.governance.api.wsdls.dataobjects.
Wsdl
Method to retrieve all endpoints attached to this WSDL artifact.
getAttachedPolicies()
- Method in class org.wso2.carbon.governance.api.services.dataobjects.
Service
Method to retrieve all policies attached to this service artifact.
getAttachedSchemas()
- Method in class org.wso2.carbon.governance.api.services.dataobjects.
Service
Method to retrieve all schemas attached to this service artifact.
getAttachedSchemas()
- Method in class org.wso2.carbon.governance.api.wsdls.dataobjects.
Wsdl
Method to retrieve all schemas attached to this WSDL artifact.
getAttachedWsdls()
- Method in class org.wso2.carbon.governance.api.services.dataobjects.
Service
Method to retrieve all WSDLs attached to this service artifact.
getAttribute(String)
- Method in class org.wso2.carbon.governance.api.common.dataobjects.
GovernanceArtifact
Returns the attribute of a given key.
getAttributeKeys()
- Method in class org.wso2.carbon.governance.api.common.dataobjects.
GovernanceArtifact
Returns the available attribute keys
getAttributes(String)
- Method in class org.wso2.carbon.governance.api.common.dataobjects.
GovernanceArtifact
Returns the attribute values for a key.
getAttributeValue(OMElement, String, String)
- Static method in class org.wso2.carbon.governance.api.util.
GovernanceUtils
Method to obtain the value of a governance attribute.
getAvailableAspects()
- Static method in class org.wso2.carbon.governance.api.util.
GovernanceUtils
Method to obtain all available aspects for the given tenant.
getContentDefinition()
- Method in class org.wso2.carbon.governance.api.util.
GovernanceArtifactConfiguration
Method to obtain the content definition element.
getDependencies()
- Method in class org.wso2.carbon.governance.api.common.dataobjects.
GovernanceArtifact
Get dependencies of an artifacts.
getDependents()
- Method in class org.wso2.carbon.governance.api.common.dataobjects.
GovernanceArtifact
Get dependents of an artifact.
getEndpoint(String)
- Method in class org.wso2.carbon.governance.api.endpoints.
EndpointManager
Fetches the given endpoint artifact on the registry.
getEndpointByUrl(String)
- Method in class org.wso2.carbon.governance.api.endpoints.
EndpointManager
Finds the endpoint artifact that matches the given URL.
getExpressionsOnListUI()
- Method in class org.wso2.carbon.governance.api.util.
GovernanceArtifactConfiguration
Method to obtain the list of expressions that will be used to populate the content on the artifact list UI.
getGenericArtifact(String)
- Method in class org.wso2.carbon.governance.api.generic.
GenericArtifactManager
Fetches the given artifact on the registry.
getGovernanceArtifact(String)
- Method in class org.wso2.carbon.governance.api.common.
GovernanceArtifactManager
Fetches the given artifact on the registry.
getGovernanceArtifactConfiguration(String)
- Static method in class org.wso2.carbon.governance.api.util.
GovernanceUtils
getGovernanceSystemRegistry(Registry)
- Static method in class org.wso2.carbon.governance.api.util.
GovernanceUtils
Returns the system governance registry.
getGovernanceUserRegistry(Registry, String)
- Static method in class org.wso2.carbon.governance.api.util.
GovernanceUtils
Obtains the governance user registry from the given root registry instance.
getIconSet()
- Method in class org.wso2.carbon.governance.api.util.
GovernanceArtifactConfiguration
Method to obtain the icon set to be used.
getId()
- Method in class org.wso2.carbon.governance.api.common.dataobjects.
GovernanceArtifact
Returns the id of the artifact
getKey()
- Method in class org.wso2.carbon.governance.api.util.
GovernanceArtifactConfiguration
Method to obtain the key that can be used to locate an artifact.
getKeysOnListUI()
- Method in class org.wso2.carbon.governance.api.util.
GovernanceArtifactConfiguration
Method to obtain the list of keys that will be used to generate the artifact list UI.
getLifecycleName()
- Method in class org.wso2.carbon.governance.api.common.dataobjects.
GovernanceArtifact
Returns the name of the lifecycle associated with this artifact.
getLifecycleState()
- Method in class org.wso2.carbon.governance.api.common.dataobjects.
GovernanceArtifact
Returns the state of the lifecycle associated with this artifact.
getMediaType()
- Method in class org.wso2.carbon.governance.api.util.
GovernanceArtifactConfiguration
Method to obtain the media type.
getNameFromUrl(String)
- Static method in class org.wso2.carbon.governance.api.util.
GovernanceUtils
Obtain a name that can represent a URL.
getNamesOnListUI()
- Method in class org.wso2.carbon.governance.api.util.
GovernanceArtifactConfiguration
Method to obtain the list of names that will be displayed on the artifact list UI.
getPath()
- Method in class org.wso2.carbon.governance.api.common.dataobjects.
GovernanceArtifact
Returns the path of the artifact, need to save the artifact before getting the path.
getPathExpression()
- Method in class org.wso2.carbon.governance.api.util.
GovernanceArtifactConfiguration
Method to obtain the expression that can be used to compute where to store the artifact.
getPathFromPathExpression(String, GovernanceArtifact, String)
- Static method in class org.wso2.carbon.governance.api.util.
GovernanceUtils
Method to convert the expression specified for storing the path with corresponding values where the artifact is stored.
getPathFromPathExpression(String, GovernanceArtifact)
- Static method in class org.wso2.carbon.governance.api.util.
GovernanceUtils
Method to convert the expression specified for storing the path with corresponding values where the artifact is stored.
getPathsFromPathExpression(String, GovernanceArtifact)
- Static method in class org.wso2.carbon.governance.api.util.
GovernanceUtils
Method to convert the expression specified for storing the path with corresponding values where the artifact is stored.
getPluralLabel()
- Method in class org.wso2.carbon.governance.api.util.
GovernanceArtifactConfiguration
Method to obtain the label used in plural representations of the artifact.
getPolicy(String)
- Method in class org.wso2.carbon.governance.api.policies.
PolicyManager
Fetches the given policy artifact on the registry.
getPolicyContent()
- Method in class org.wso2.carbon.governance.api.policies.dataobjects.
Policy
Method to obtain the policy element of this policy artifact.
getQName()
- Method in class org.wso2.carbon.governance.api.common.dataobjects.
GovernanceArtifact
Returns the QName of the artifact.
getQName()
- Method in class org.wso2.carbon.governance.api.endpoints.dataobjects.
Endpoint
getQName()
- Method in class org.wso2.carbon.governance.api.generic.dataobjects.
GenericArtifact
getQName()
- Method in class org.wso2.carbon.governance.api.policies.dataobjects.
Policy
getQName()
- Method in class org.wso2.carbon.governance.api.schema.dataobjects.
Schema
getQName()
- Method in class org.wso2.carbon.governance.api.services.dataobjects.
Service
getQName()
- Method in class org.wso2.carbon.governance.api.wsdls.dataobjects.
Wsdl
getRelationshipDefinitions()
- Method in class org.wso2.carbon.governance.api.util.
GovernanceArtifactConfiguration
Method to retrieve the relationship details.
getResultPaths(Registry, String)
- Static method in class org.wso2.carbon.governance.api.util.
GovernanceUtils
Method to obtain a list of paths having resources of the given media type.
getSchema(String)
- Method in class org.wso2.carbon.governance.api.schema.
SchemaManager
Fetches the given schema artifact on the registry.
getSchemaElement()
- Method in class org.wso2.carbon.governance.api.schema.dataobjects.
Schema
Method to obtain the schema element of this schema artifact.
getService(String)
- Method in class org.wso2.carbon.governance.api.services.
ServiceManager
Fetches the given service artifact on the registry.
getSingularLabel()
- Method in class org.wso2.carbon.governance.api.util.
GovernanceArtifactConfiguration
Method to obtain the label used in singular representations of the artifact.
getTypesOnListUI()
- Method in class org.wso2.carbon.governance.api.util.
GovernanceArtifactConfiguration
Method to obtain the list of types that will be used to populate the content on the artifact list UI.
getUIConfigurations()
- Method in class org.wso2.carbon.governance.api.util.
GovernanceArtifactConfiguration
Method to obtain the UI configurations element.
getUIPermissions()
- Method in class org.wso2.carbon.governance.api.util.
GovernanceArtifactConfiguration
Method to obtain the UI permissions element.
getUrl()
- Method in class org.wso2.carbon.governance.api.endpoints.dataobjects.
Endpoint
Method to obtain the endpoint URL.
getUrl()
- Method in class org.wso2.carbon.governance.api.policies.dataobjects.
Policy
Method to obtain the policy URL.
getUrl()
- Method in class org.wso2.carbon.governance.api.schema.dataobjects.
Schema
Method to obtain the schema URL.
getUrl()
- Method in class org.wso2.carbon.governance.api.wsdls.dataobjects.
Wsdl
Method to obtain the WSDL URL.
getWsdl(String)
- Method in class org.wso2.carbon.governance.api.wsdls.
WsdlManager
Fetches the given WSDL artifact on the registry.
getWsdlElement()
- Method in class org.wso2.carbon.governance.api.wsdls.dataobjects.
Wsdl
Method to obtain the WSDL element of this WSDL artifact.
GOVERNANCE_ARTIFACT_CONFIGURATION_MEDIA_TYPE
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
Media type of a artifact configuration file.
GOVERNANCE_ARTIFACT_INDEX_PATH
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
The index path of the governance artifacts.
GovernanceAPIServiceComponent
- Class in
org.wso2.carbon.governance.api.internal
The Governance API Declarative Service Component.
GovernanceAPIServiceComponent()
- Constructor for class org.wso2.carbon.governance.api.internal.
GovernanceAPIServiceComponent
GovernanceArtifact
- Class in
org.wso2.carbon.governance.api.common.dataobjects
Governance Artifact abstract class, This is overwritten by Endpoint, Policy, Schema, Service, WSDL, People classes.
GovernanceArtifact(String)
- Constructor for class org.wso2.carbon.governance.api.common.dataobjects.
GovernanceArtifact
Construct a governance artifact object from the path and the id.
GovernanceArtifact()
- Constructor for class org.wso2.carbon.governance.api.common.dataobjects.
GovernanceArtifact
Construct a governance artifact.
GovernanceArtifact(GovernanceArtifact)
- Constructor for class org.wso2.carbon.governance.api.common.dataobjects.
GovernanceArtifact
Copy constructor used for cloning.
GovernanceArtifact(String, OMElement)
- Constructor for class org.wso2.carbon.governance.api.common.dataobjects.
GovernanceArtifact
Constructor accepting resource identifier and the XML content.
GovernanceArtifactConfiguration
- Class in
org.wso2.carbon.governance.api.util
Configuration of a Governance Artifact
GovernanceArtifactConfiguration()
- Constructor for class org.wso2.carbon.governance.api.util.
GovernanceArtifactConfiguration
GovernanceArtifactFilter
- Interface in
org.wso2.carbon.governance.api.common
This interface represents a mechanism to filter that can be used to identify a artifact from a given set of artifacts.
GovernanceArtifactManager
- Class in
org.wso2.carbon.governance.api.common
Base Manager Functionality which can be used by any Artifact Manager instance.
GovernanceArtifactManager(Registry, String, String, String, String, String, String, Association[])
- Constructor for class org.wso2.carbon.governance.api.common.
GovernanceArtifactManager
Constructor accepting an instance of the registry, and also details on the type of manager.
GovernanceConstants
- Class in
org.wso2.carbon.governance.api.util
Constants used by the governance API.
GovernanceConstants()
- Constructor for class org.wso2.carbon.governance.api.util.
GovernanceConstants
GovernanceException
- Exception in
org.wso2.carbon.governance.api.exception
Base Class for capturing any type of exception that occurs when using the Governance APIs.
GovernanceException()
- Constructor for exception org.wso2.carbon.governance.api.exception.
GovernanceException
Constructs a new exception.
GovernanceException(String)
- Constructor for exception org.wso2.carbon.governance.api.exception.
GovernanceException
Constructs a new exception with the specified detail message.
GovernanceException(String, Throwable)
- Constructor for exception org.wso2.carbon.governance.api.exception.
GovernanceException
Constructs a new exception with the specified detail message and cause.
GovernanceException(Throwable)
- Constructor for exception org.wso2.carbon.governance.api.exception.
GovernanceException
Constructs a new exception with the specified cause.
GovernanceUtils
- Class in
org.wso2.carbon.governance.api.util
Utilities used by various Governance API related functionality.
GovernanceUtils()
- Constructor for class org.wso2.carbon.governance.api.util.
GovernanceUtils
I
IS_PART_OF
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
Association type for a sub-group of another group
isActive()
- Method in class org.wso2.carbon.governance.api.services.dataobjects.
Service
Deprecated.
since active functionality is no longer used.
L
loadEndpointDetails()
- Method in class org.wso2.carbon.governance.api.endpoints.dataobjects.
Endpoint
Method to load the endpoint details into this artifact.
loadGovernanceArtifacts(UserRegistry)
- Static method in class org.wso2.carbon.governance.api.util.
GovernanceUtils
Method to load the Governance Artifacts to be used by the API operations.
loadPolicyDetails()
- Method in class org.wso2.carbon.governance.api.policies.dataobjects.
Policy
Method to load the policy details into this artifact.
loadSchemaDetails()
- Method in class org.wso2.carbon.governance.api.schema.dataobjects.
Schema
Method to load the schema details into this artifact.
loadWsdlDetails()
- Method in class org.wso2.carbon.governance.api.wsdls.dataobjects.
Wsdl
Method to load the WSDL details into this artifact.
M
matches(GovernanceArtifact)
- Method in interface org.wso2.carbon.governance.api.common.
GovernanceArtifactFilter
Whether the given artifact matches the expected filter criteria.
matches(GenericArtifact)
- Method in interface org.wso2.carbon.governance.api.generic.
GenericArtifactFilter
Whether the given artifact matches the expected filter criteria.
matches(Policy)
- Method in interface org.wso2.carbon.governance.api.policies.
PolicyFilter
Whether the given policy artifact matches the expected filter criteria.
matches(Schema)
- Method in interface org.wso2.carbon.governance.api.schema.
SchemaFilter
Whether the given schema artifact matches the expected filter criteria.
matches(Service)
- Method in interface org.wso2.carbon.governance.api.services.
ServiceFilter
Whether the given service artifact matches the expected filter criteria.
matches(Wsdl)
- Method in interface org.wso2.carbon.governance.api.wsdls.
WsdlFilter
Whether the given WSDL artifact matches the expected filter criteria.
N
newEndpoint(String)
- Method in class org.wso2.carbon.governance.api.endpoints.
EndpointManager
Creates a new endpoint artifact from the given URL.
newGovernanceArtifact()
- Method in class org.wso2.carbon.governance.api.common.
GovernanceArtifactManager
Creates a new artifact from the given qualified name.
newGovernanceArtifact(OMElement)
- Method in class org.wso2.carbon.governance.api.common.
GovernanceArtifactManager
Creates a new artifact from the given content.
newGovernanceArtifact(QName)
- Method in class org.wso2.carbon.governance.api.generic.
GenericArtifactManager
Creates a new artifact from the given qualified name.
newGovernanceArtifact(OMElement)
- Method in class org.wso2.carbon.governance.api.generic.
GenericArtifactManager
Creates a new artifact from the given content.
newPolicy(byte[])
- Method in class org.wso2.carbon.governance.api.policies.
PolicyManager
Create a new Schema based on content either embedded or passed to a service.
newPolicy(byte[], String)
- Method in class org.wso2.carbon.governance.api.policies.
PolicyManager
Create a new Schema based on content either embedded or passed to a service.
newPolicy(String)
- Method in class org.wso2.carbon.governance.api.policies.
PolicyManager
Creates a new policy artifact from the given URL.
newSchema(String)
- Method in class org.wso2.carbon.governance.api.schema.
SchemaManager
Creates a new schema artifact from the given URL.
newSchema(byte[])
- Method in class org.wso2.carbon.governance.api.schema.
SchemaManager
Create a new Schema based on content either embedded or passed to a service.
newSchema(byte[], String)
- Method in class org.wso2.carbon.governance.api.schema.
SchemaManager
Create a new Schema based on content either embedded or passed to a service.
newService(QName)
- Method in class org.wso2.carbon.governance.api.services.
ServiceManager
Creates a new service artifact from the given qualified name.
newService(OMElement)
- Method in class org.wso2.carbon.governance.api.services.
ServiceManager
Creates a new service artifact from the given content.
newWsdl(String)
- Method in class org.wso2.carbon.governance.api.wsdls.
WsdlManager
Adds a new WSDL artifact from the given URL.
newWsdl(byte[])
- Method in class org.wso2.carbon.governance.api.wsdls.
WsdlManager
Create a new WSDL based on content either embedded or passed to a service.
newWsdl(byte[], String)
- Method in class org.wso2.carbon.governance.api.wsdls.
WsdlManager
Create a new WSDL based on content either embedded or passed to a service.
O
org.wso2.carbon.governance.api.common
- package org.wso2.carbon.governance.api.common
org.wso2.carbon.governance.api.common.dataobjects
- package org.wso2.carbon.governance.api.common.dataobjects
org.wso2.carbon.governance.api.endpoints
- package org.wso2.carbon.governance.api.endpoints
org.wso2.carbon.governance.api.endpoints.dataobjects
- package org.wso2.carbon.governance.api.endpoints.dataobjects
org.wso2.carbon.governance.api.exception
- package org.wso2.carbon.governance.api.exception
org.wso2.carbon.governance.api.generic
- package org.wso2.carbon.governance.api.generic
org.wso2.carbon.governance.api.generic.dataobjects
- package org.wso2.carbon.governance.api.generic.dataobjects
org.wso2.carbon.governance.api.internal
- package org.wso2.carbon.governance.api.internal
org.wso2.carbon.governance.api.policies
- package org.wso2.carbon.governance.api.policies
org.wso2.carbon.governance.api.policies.dataobjects
- package org.wso2.carbon.governance.api.policies.dataobjects
org.wso2.carbon.governance.api.schema
- package org.wso2.carbon.governance.api.schema
org.wso2.carbon.governance.api.schema.dataobjects
- package org.wso2.carbon.governance.api.schema.dataobjects
org.wso2.carbon.governance.api.services
- package org.wso2.carbon.governance.api.services
org.wso2.carbon.governance.api.services.dataobjects
- package org.wso2.carbon.governance.api.services.dataobjects
org.wso2.carbon.governance.api.util
- package org.wso2.carbon.governance.api.util
org.wso2.carbon.governance.api.wsdls
- package org.wso2.carbon.governance.api.wsdls
org.wso2.carbon.governance.api.wsdls.dataobjects
- package org.wso2.carbon.governance.api.wsdls.dataobjects
OWNED_BY
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
Association type for people owning an artifact.
OWNS
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
Association type for people owning an artifact.
P
PEOPLE_ELEMENT_ROOT
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
The root element of the content of a People artifact.
PEOPLE_GROUP_ATTRIBUTE
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
The group attribute of a people artifact.
PEOPLE_GROUP_ATTRIBUTE_VALUE_DEPARTMENT
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
The group attribute value for department types.
PEOPLE_GROUP_ATTRIBUTE_VALUE_ORGANIZATION
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
The group attribute value for organization types.
PEOPLE_GROUP_ATTRIBUTE_VALUE_PERSON
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
The group attribute value for person types.
PEOPLE_GROUP_ATTRIBUTE_VALUE_PROJECT_GROUP
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
The group attribute value for project group types.
PEOPLE_MEDIA_TYPE
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
Media type of a consumer artifact
PEOPLE_TYPE_ATTRIBUTE
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
The type attribute of a people artifact.
PEOPLE_TYPE_ATTRIBUTE_VALUE_CONSUMER
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
The person's type attribute for a consumer type person.
PEOPLE_TYPE_ATTRIBUTE_VALUE_INTERNAL
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
The person's type attribute for a internal type person.
PEOPLE_TYPE_ATTRIBUTE_VALUE_PROVIDER
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
The person's type attribute for a provider type person.
Policy
- Class in
org.wso2.carbon.governance.api.policies.dataobjects
This represents a policy artifact stored on the Registry.
Policy(String, Registry)
- Constructor for class org.wso2.carbon.governance.api.policies.dataobjects.
Policy
Constructor accepting resource path, identifier and a registry instance.
Policy(String, String)
- Constructor for class org.wso2.carbon.governance.api.policies.dataobjects.
Policy
Constructor accepting resource identifier and the policy URL.
POLICY_XML_MEDIA_TYPE
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
Media type of a policy artifact.
PolicyFilter
- Interface in
org.wso2.carbon.governance.api.policies
This interface represents a mechanism to filter that can be used to identify a policy from a given set of policies.
PolicyManager
- Class in
org.wso2.carbon.governance.api.policies
This provides the management functionality for policy artifacts stored on the registry.
PolicyManager(Registry)
- Constructor for class org.wso2.carbon.governance.api.policies.
PolicyManager
Constructor accepting an instance of the registry to use.
PROCESS_BPEL_ATTRIBUTE
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
The BPEL attribute of the process artifact.
PROCESS_MEDIA_TYPE
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
Media type of a process artifact.
R
REGISTRY_IS_ENVIRONMENT_CHANGE
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
Defines the environment change of the resource in order to be used in creating notifications
removeArtifact(Registry, String)
- Static method in class org.wso2.carbon.governance.api.util.
GovernanceUtils
Method to remove a governance artifact from the registry.
removeAspect(String, String, Registry)
- Static method in class org.wso2.carbon.governance.api.util.
GovernanceUtils
Method to remove an aspect from a given resource on the registry.
removeAttribute(String)
- Method in class org.wso2.carbon.governance.api.common.dataobjects.
GovernanceArtifact
Remove attribute with the given key.
removeEndpoint(String)
- Method in class org.wso2.carbon.governance.api.endpoints.
EndpointManager
Removes the given endpoint artifact from the registry.
removeGenericArtifact(String)
- Method in class org.wso2.carbon.governance.api.generic.
GenericArtifactManager
Removes the given artifact from the registry.
removeGovernanceArtifact(String)
- Method in class org.wso2.carbon.governance.api.common.
GovernanceArtifactManager
Removes the given artifact from the registry.
removePolicy(String)
- Method in class org.wso2.carbon.governance.api.policies.
PolicyManager
Removes the given policy artifact from the registry.
removeSchema(String)
- Method in class org.wso2.carbon.governance.api.schema.
SchemaManager
Removes the given schema artifact from the registry.
removeService(String)
- Method in class org.wso2.carbon.governance.api.services.
ServiceManager
Removes the given service artifact from the registry.
removeWsdl(String)
- Method in class org.wso2.carbon.governance.api.wsdls.
WsdlManager
Removes the given WSDL artifact from the registry.
retrieveGovernanceArtifactById(Registry, String)
- Static method in class org.wso2.carbon.governance.api.util.
GovernanceUtils
Method to obtain a governance artifact on the registry.
retrieveGovernanceArtifactByPath(Registry, String)
- Static method in class org.wso2.carbon.governance.api.util.
GovernanceUtils
Method to obtain a governance artifact on the registry by the artifact path.
RXT_CONFIGS_PATH
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
S
Schema
- Class in
org.wso2.carbon.governance.api.schema.dataobjects
This represents a schema artifact stored on the Registry.
Schema(String, Registry)
- Constructor for class org.wso2.carbon.governance.api.schema.dataobjects.
Schema
Constructor accepting resource path, identifier and a registry instance.
Schema(String, String)
- Constructor for class org.wso2.carbon.governance.api.schema.dataobjects.
Schema
Constructor accepting resource identifier and the schema URL.
SCHEMA_MEDIA_TYPE
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
Media type of a schema artifact.
SchemaFilter
- Interface in
org.wso2.carbon.governance.api.schema
This interface represents a mechanism to filter that can be used to identify a schema from a given set of schemas.
SchemaManager
- Class in
org.wso2.carbon.governance.api.schema
This provides the management functionality for schema artifacts stored on the registry.
SchemaManager(Registry)
- Constructor for class org.wso2.carbon.governance.api.schema.
SchemaManager
Constructor accepting an instance of the registry to use.
serializeOMElement(OMElement)
- Static method in class org.wso2.carbon.governance.api.util.
GovernanceUtils
Method to serialize an XML element into a string.
Service
- Class in
org.wso2.carbon.governance.api.services.dataobjects
This represents a service artifact stored on the Registry.
Service(GovernanceArtifact)
- Constructor for class org.wso2.carbon.governance.api.services.dataobjects.
Service
Copy constructor used for cloning.
Service(String, QName)
- Constructor for class org.wso2.carbon.governance.api.services.dataobjects.
Service
Constructor accepting resource identifier and the qualified name.
Service(String, OMElement)
- Constructor for class org.wso2.carbon.governance.api.services.dataobjects.
Service
Constructor accepting resource identifier and the service content.
SERVICE_CONSUMERS_ATTRIBUTE
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
The owner attribute of the service artifact.
SERVICE_ELEMENT_NAMESPACE
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
The common namespace used by the service artifacts.
SERVICE_ELEMENT_ROOT
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
The root element of the content of the service artifact.
SERVICE_MEDIA_TYPE
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
Media type of a service artifact.
SERVICE_NAME_ATTRIBUTE
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
The name attribute of the service artifact.
SERVICE_NAMESPACE_ATTRIBUTE
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
The namespace attribute of the service artifact.
SERVICE_OWNERS_ATTRIBUTE
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
The owner attribute of the service artifact.
SERVICE_WSDL_ATTRIBUTE
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
The WSDL attribute of the service artifact.
ServiceFilter
- Interface in
org.wso2.carbon.governance.api.services
This interface represents a mechanism to filter that can be used to identify a service from a given set of services.
ServiceManager
- Class in
org.wso2.carbon.governance.api.services
This provides the management functionality for service artifacts stored on the registry.
ServiceManager(Registry)
- Constructor for class org.wso2.carbon.governance.api.services.
ServiceManager
Constructor accepting an instance of the registry to use.
ServiceManager(Registry, String)
- Constructor for class org.wso2.carbon.governance.api.services.
ServiceManager
Constructor accepting an instance of the registry, and also details on the type of manager.
setActive(boolean)
- Method in class org.wso2.carbon.governance.api.services.dataobjects.
Service
Deprecated.
since active functionality is no longer used.
setArtifactElementNamespace(String)
- Method in class org.wso2.carbon.governance.api.util.
GovernanceArtifactConfiguration
Method to set the namespace of the root element of an XML governance artifact.
setArtifactElementRoot(String)
- Method in class org.wso2.carbon.governance.api.util.
GovernanceArtifactConfiguration
Method to set the name of the root element of an XML governance artifact.
setArtifactNameAttribute(String)
- Method in class org.wso2.carbon.governance.api.util.
GovernanceArtifactConfiguration
Method to set the attribute that specifies the artifact name.
setArtifactNamespaceAttribute(String)
- Method in class org.wso2.carbon.governance.api.util.
GovernanceArtifactConfiguration
Method to set the attribute that specifies the artifact namespace.
setAttribute(String, String)
- Method in class org.wso2.carbon.governance.api.common.dataobjects.
GovernanceArtifact
Set/Update an attribute with a single value.
setAttributes(String, String[])
- Method in class org.wso2.carbon.governance.api.common.dataobjects.
GovernanceArtifact
Set/Update an attribute with multiple values.
setContent(GovernanceArtifact, Resource)
- Method in class org.wso2.carbon.governance.api.common.
GovernanceArtifactManager
Sets content of the given artifact to the given resource on the registry.
setContent(Endpoint, Resource)
- Method in class org.wso2.carbon.governance.api.endpoints.
EndpointManager
Sets content of the given endpoint artifact to the given resource on the registry.
setContent(Policy, Resource)
- Method in class org.wso2.carbon.governance.api.policies.
PolicyManager
Sets content of the given policy artifact to the given resource on the registry.
setContent(Schema, Resource)
- Method in class org.wso2.carbon.governance.api.schema.
SchemaManager
Sets content of the given schema artifact to the given resource on the registry.
setContent(Wsdl, Resource)
- Method in class org.wso2.carbon.governance.api.wsdls.
WsdlManager
Sets content of the given WSDL artifact to the given resource on the registry.
setContentDefinition(OMElement)
- Method in class org.wso2.carbon.governance.api.util.
GovernanceArtifactConfiguration
Method to set the content definition element.
setIconSet(int)
- Method in class org.wso2.carbon.governance.api.util.
GovernanceArtifactConfiguration
Method to set the icon set to be used.
setId(String)
- Method in class org.wso2.carbon.governance.api.common.dataobjects.
GovernanceArtifact
Set the id
setKey(String)
- Method in class org.wso2.carbon.governance.api.util.
GovernanceArtifactConfiguration
Method to set the key that can be used to locate an artifact.
setMediaType(String)
- Method in class org.wso2.carbon.governance.api.util.
GovernanceArtifactConfiguration
Method to set the media type.
setName(String)
- Method in class org.wso2.carbon.governance.api.policies.dataobjects.
Policy
Method to set the name of the policy.
setPathExpression(String)
- Method in class org.wso2.carbon.governance.api.util.
GovernanceArtifactConfiguration
Method to set the expression that can be used to compute where to store the artifact.
setPluralLabel(String)
- Method in class org.wso2.carbon.governance.api.util.
GovernanceArtifactConfiguration
Method to set the label used in plural representations of the artifact.
setPolicyContent(String)
- Method in class org.wso2.carbon.governance.api.policies.dataobjects.
Policy
Method to set the policy element of this policy artifact.
setQName(QName)
- Method in class org.wso2.carbon.governance.api.generic.dataobjects.
GenericArtifact
Method to set the qualified name of this artifact.
setQName(QName)
- Method in class org.wso2.carbon.governance.api.services.dataobjects.
Service
Method to set the qualified name of this service artifact.
setRegistryService(RegistryService)
- Method in class org.wso2.carbon.governance.api.internal.
GovernanceAPIServiceComponent
Method to set the registry service used.
setRegistryService(RegistryService)
- Static method in class org.wso2.carbon.governance.api.util.
GovernanceUtils
Setting the registry service.
setRelationshipDefinitions(Association[])
- Method in class org.wso2.carbon.governance.api.util.
GovernanceArtifactConfiguration
Method to set the relationship details.
setSchemaElement(OMElement)
- Method in class org.wso2.carbon.governance.api.schema.dataobjects.
Schema
Method to set the schema element of this schema artifact.
setSingularLabel(String)
- Method in class org.wso2.carbon.governance.api.util.
GovernanceArtifactConfiguration
Method to set the label used in singular representations of the artifact.
setTenantGovernanceSystemRegistry(int)
- Static method in class org.wso2.carbon.governance.api.util.
GovernanceUtils
setUIConfigurations(OMElement)
- Method in class org.wso2.carbon.governance.api.util.
GovernanceArtifactConfiguration
Method to set the UI configurations element.
setUIListConfigurations(OMElement)
- Method in class org.wso2.carbon.governance.api.util.
GovernanceArtifactConfiguration
Method to set the configuration for the artifact list UI.
setUIPermissions(ManagementPermission[])
- Method in class org.wso2.carbon.governance.api.util.
GovernanceArtifactConfiguration
Method to set the UI permissions element.
setWsdlElement(OMElement)
- Method in class org.wso2.carbon.governance.api.wsdls.dataobjects.
Wsdl
Method to set the WSDL element of this WSDL artifact.
SLA_MEDIA_TYPE
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
Media type of a sla artifact.
SUB_GROUP
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
Association type for a group having a sub-group
U
unsetRegistryService(RegistryService)
- Method in class org.wso2.carbon.governance.api.internal.
GovernanceAPIServiceComponent
This method is called when the current registry service becomes un-available.
unsetTenantGovernanceSystemRegistry()
- Static method in class org.wso2.carbon.governance.api.util.
GovernanceUtils
updateEndpoint(Endpoint)
- Method in class org.wso2.carbon.governance.api.endpoints.
EndpointManager
Updates the given endpoint artifact on the registry.
updateGenericArtifact(GenericArtifact)
- Method in class org.wso2.carbon.governance.api.generic.
GenericArtifactManager
Updates the given artifact on the registry.
updateGovernanceArtifact(GovernanceArtifact)
- Method in class org.wso2.carbon.governance.api.common.
GovernanceArtifactManager
Updates the given artifact on the registry.
updatePath()
- Method in class org.wso2.carbon.governance.api.common.dataobjects.
GovernanceArtifact
update the path after moving the resource.
updatePath(String)
- Method in class org.wso2.carbon.governance.api.common.dataobjects.
GovernanceArtifact
update the path after moving the resource.
updatePolicy(Policy)
- Method in class org.wso2.carbon.governance.api.policies.
PolicyManager
Updates the given policy artifact on the registry.
updateSchema(Schema)
- Method in class org.wso2.carbon.governance.api.schema.
SchemaManager
Updates the given schema artifact on the registry.
updateService(Service)
- Method in class org.wso2.carbon.governance.api.services.
ServiceManager
Updates the given service artifact on the registry.
updateWsdl(Wsdl)
- Method in class org.wso2.carbon.governance.api.wsdls.
WsdlManager
Updates the given WSDL artifact on the registry.
USED_BY
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
Association type of usages.
W
Wsdl
- Class in
org.wso2.carbon.governance.api.wsdls.dataobjects
This represents a WSDL artifact stored on the Registry.
Wsdl(String, Registry)
- Constructor for class org.wso2.carbon.governance.api.wsdls.dataobjects.
Wsdl
Constructor accepting resource path, identifier and a registry instance.
Wsdl(String, String)
- Constructor for class org.wso2.carbon.governance.api.wsdls.dataobjects.
Wsdl
Constructor accepting resource identifier and the WSDL URL.
WSDL_MEDIA_TYPE
- Static variable in class org.wso2.carbon.governance.api.util.
GovernanceConstants
Media type of a WSDL artifact.
WsdlFilter
- Interface in
org.wso2.carbon.governance.api.wsdls
This interface represents a mechanism to filter that can be used to identify a WSDL from a given set of WSDLs.
WsdlManager
- Class in
org.wso2.carbon.governance.api.wsdls
This provides the management functionality for WSDL artifacts stored on the registry.
WsdlManager(Registry)
- Constructor for class org.wso2.carbon.governance.api.wsdls.
WsdlManager
Constructor accepting an instance of the registry to use.
A
B
C
D
E
F
G
I
L
M
N
O
P
R
S
U
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2012
WSO2 Inc
. All Rights Reserved.