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
Method to activate this service.
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.
addGovernanceArtifactEntry(Registry, String, String) - Static method in class org.wso2.carbon.governance.api.util.GovernanceUtils
Method to register a governance artifact.
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.
ARTIFACT_ID_PROP_KEY - Static variable in class org.wso2.carbon.governance.api.util.GovernanceConstants
The key of the artifact id property.
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.
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
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
Method to deactivate this service.
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, 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.

F

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

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.
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.
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.
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.
getGovernanceSystemRegistry(Registry) - Static method in class org.wso2.carbon.governance.api.util.GovernanceUtils
Returns the system governance registry.
getId() - Method in class org.wso2.carbon.governance.api.common.dataobjects.GovernanceArtifact
Returns the id of the artifact
getPath() - Method in class org.wso2.carbon.governance.api.common.dataobjects.GovernanceArtifact
Returns the path.
getPath() - Method in class org.wso2.carbon.governance.api.endpoints.dataobjects.Endpoint
 
getPath() - Method in class org.wso2.carbon.governance.api.policies.dataobjects.Policy
 
getPath() - Method in class org.wso2.carbon.governance.api.schema.dataobjects.Schema
 
getPath() - Method in class org.wso2.carbon.governance.api.wsdls.dataobjects.Wsdl
 
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.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
 
getRelativeServicePath(RegistryContext, QName) - Static method in class org.wso2.carbon.governance.api.util.GovernanceUtils
Method to derive the relative service path for the given qualified name.
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.
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_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 classes.
GovernanceArtifact(String, 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.
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
 
GovernanceUtils() - Constructor for class org.wso2.carbon.governance.api.util.GovernanceUtils
 

I

isActive() - Method in class org.wso2.carbon.governance.api.services.dataobjects.Service
Method to obtain whether this service is active or not.

L

loadEndpointDetails() - Method in class org.wso2.carbon.governance.api.endpoints.dataobjects.Endpoint
Method to load the endpoint details into this artifact.
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(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.
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.
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.

O

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.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
 

P

Policy - Class in org.wso2.carbon.governance.api.policies.dataobjects
This represents a policy artifact stored on the Registry.
Policy(String, 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.

R

removeArtifact(Registry, String) - Static method in class org.wso2.carbon.governance.api.util.GovernanceUtils
Method to remove a governance artifact from 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.
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.

S

Schema - Class in org.wso2.carbon.governance.api.schema.dataobjects
This represents a schema artifact stored on the Registry.
Schema(String, 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(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_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_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.
setActive(boolean) - Method in class org.wso2.carbon.governance.api.services.dataobjects.Service
Method to set/unset the active status of this service.
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(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(Service, Resource) - Method in class org.wso2.carbon.governance.api.services.ServiceManager
Sets content of the given service 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.
setId(String) - Method in class org.wso2.carbon.governance.api.common.dataobjects.GovernanceArtifact
Set the id
setName(String) - Method in class org.wso2.carbon.governance.api.policies.dataobjects.Policy
Method to set the name of the policy.
setPath(String) - Method in class org.wso2.carbon.governance.api.common.dataobjects.GovernanceArtifact
Set the paths
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.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.
setSchemaElement(OMElement) - Method in class org.wso2.carbon.governance.api.schema.dataobjects.Schema
Method to set the schema element of this schema artifact.
setWsdlElement(OMElement) - Method in class org.wso2.carbon.governance.api.wsdls.dataobjects.Wsdl
Method to set the WSDL element of this WSDL artifact.

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.
updateEndpoint(Endpoint) - Method in class org.wso2.carbon.governance.api.endpoints.EndpointManager
Updates the given endpoint artifact on the registry.
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, 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

Copyright © 2010 WSO2 Inc. All Rights Reserved.