|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GovernanceArtifact in org.wso2.carbon.governance.api.common |
---|
Methods in org.wso2.carbon.governance.api.common that return GovernanceArtifact | |
---|---|
GovernanceArtifact[] |
GovernanceArtifactManager.findGovernanceArtifacts(GovernanceArtifactFilter criteria)
Finds all artifacts matching the given filter criteria. |
GovernanceArtifact[] |
GovernanceArtifactManager.getAllGovernanceArtifacts()
Finds all artifacts of a given type on the registry. |
GovernanceArtifact |
GovernanceArtifactManager.getGovernanceArtifact(String artifactId)
Fetches the given artifact on the registry. |
GovernanceArtifact |
GovernanceArtifactManager.newGovernanceArtifact()
Creates a new artifact from the given qualified name. |
GovernanceArtifact |
GovernanceArtifactManager.newGovernanceArtifact(org.apache.axiom.om.OMElement content)
Creates a new artifact from the given content. |
Methods in org.wso2.carbon.governance.api.common with parameters of type GovernanceArtifact | |
---|---|
void |
GovernanceArtifactManager.addGovernanceArtifact(GovernanceArtifact artifact)
Adds the given artifact to the registry. |
boolean |
GovernanceArtifactFilter.matches(GovernanceArtifact artifact)
Whether the given artifact matches the expected filter criteria. |
protected void |
GovernanceArtifactManager.setContent(GovernanceArtifact artifact,
org.wso2.carbon.registry.core.Resource resource)
Sets content of the given artifact to the given resource on the registry. |
void |
GovernanceArtifactManager.updateGovernanceArtifact(GovernanceArtifact artifact)
Updates the given artifact on the registry. |
Uses of GovernanceArtifact in org.wso2.carbon.governance.api.common.dataobjects |
---|
Methods in org.wso2.carbon.governance.api.common.dataobjects that return GovernanceArtifact | |
---|---|
static GovernanceArtifact |
GovernanceArtifact.create(org.wso2.carbon.registry.core.Registry registry,
String artifactId)
|
static GovernanceArtifact |
GovernanceArtifact.create(org.wso2.carbon.registry.core.Registry registry,
String artifactId,
org.apache.axiom.om.OMElement content)
|
GovernanceArtifact[] |
GovernanceArtifact.getDependencies()
Get dependencies of an artifacts. |
GovernanceArtifact[] |
GovernanceArtifact.getDependents()
Get dependents of an artifact. |
Methods in org.wso2.carbon.governance.api.common.dataobjects with parameters of type GovernanceArtifact | |
---|---|
protected void |
GovernanceArtifact.attach(GovernanceArtifact attachedToArtifact)
Attach the current artifact to an another artifact. |
Constructors in org.wso2.carbon.governance.api.common.dataobjects with parameters of type GovernanceArtifact | |
---|---|
GovernanceArtifact(GovernanceArtifact artifact)
Copy constructor used for cloning. |
Uses of GovernanceArtifact in org.wso2.carbon.governance.api.endpoints.dataobjects |
---|
Subclasses of GovernanceArtifact in org.wso2.carbon.governance.api.endpoints.dataobjects | |
---|---|
class |
Endpoint
This represents an endpoint artifact stored on the Registry. |
Uses of GovernanceArtifact in org.wso2.carbon.governance.api.generic.dataobjects |
---|
Subclasses of GovernanceArtifact in org.wso2.carbon.governance.api.generic.dataobjects | |
---|---|
class |
GenericArtifact
Represents a generic governance artifact. |
Constructors in org.wso2.carbon.governance.api.generic.dataobjects with parameters of type GovernanceArtifact | |
---|---|
GenericArtifact(GovernanceArtifact artifact)
Copy constructor used for cloning. |
Uses of GovernanceArtifact in org.wso2.carbon.governance.api.people.dataobjects |
---|
Subclasses of GovernanceArtifact in org.wso2.carbon.governance.api.people.dataobjects | |
---|---|
class |
PeopleArtifact
This is the base class for People artifacts stored in the Registry. |
Uses of GovernanceArtifact in org.wso2.carbon.governance.api.policies.dataobjects |
---|
Subclasses of GovernanceArtifact in org.wso2.carbon.governance.api.policies.dataobjects | |
---|---|
class |
Policy
This represents a policy artifact stored on the Registry. |
Uses of GovernanceArtifact in org.wso2.carbon.governance.api.schema.dataobjects |
---|
Subclasses of GovernanceArtifact in org.wso2.carbon.governance.api.schema.dataobjects | |
---|---|
class |
Schema
This represents a schema artifact stored on the Registry. |
Uses of GovernanceArtifact in org.wso2.carbon.governance.api.services.dataobjects |
---|
Subclasses of GovernanceArtifact in org.wso2.carbon.governance.api.services.dataobjects | |
---|---|
class |
Service
This represents a service artifact stored on the Registry. |
Constructors in org.wso2.carbon.governance.api.services.dataobjects with parameters of type GovernanceArtifact | |
---|---|
Service(GovernanceArtifact service)
Copy constructor used for cloning. |
Uses of GovernanceArtifact in org.wso2.carbon.governance.api.sla.dataobjects |
---|
Subclasses of GovernanceArtifact in org.wso2.carbon.governance.api.sla.dataobjects | |
---|---|
class |
SLA
This represents a sla artifact stored on the Registry. |
Uses of GovernanceArtifact in org.wso2.carbon.governance.api.util |
---|
Methods in org.wso2.carbon.governance.api.util that return GovernanceArtifact | |
---|---|
static GovernanceArtifact[] |
GovernanceUtils.getAllArtifacts(org.wso2.carbon.registry.core.Registry registry)
Method to obtain all indexed governance artifacts on the provided registry instance. |
static GovernanceArtifact |
GovernanceUtils.retrieveGovernanceArtifactById(org.wso2.carbon.registry.core.Registry registry,
String artifactId)
Method to obtain a governance artifact on the registry. |
static GovernanceArtifact |
GovernanceUtils.retrieveGovernanceArtifactByPath(org.wso2.carbon.registry.core.Registry registry,
String artifactPath)
Method to obtain a governance artifact on the registry by the artifact path. |
Methods in org.wso2.carbon.governance.api.util with parameters of type GovernanceArtifact | |
---|---|
static String |
GovernanceUtils.getPathFromPathExpression(String pathExpression,
GovernanceArtifact artifact)
Method to convert the expression specified for storing the path with corresponding values where the artifact is stored. |
static String |
GovernanceUtils.getPathFromPathExpression(String pathExpression,
GovernanceArtifact artifact,
String storagePath)
Method to convert the expression specified for storing the path with corresponding values where the artifact is stored. |
static String[] |
GovernanceUtils.getPathsFromPathExpression(String pathExpression,
GovernanceArtifact artifact)
Method to convert the expression specified for storing the path with corresponding values where the artifact is stored. |
Uses of GovernanceArtifact in org.wso2.carbon.governance.api.workflows.dataobjects |
---|
Subclasses of GovernanceArtifact in org.wso2.carbon.governance.api.workflows.dataobjects | |
---|---|
class |
Bpel
This represents a BPEL artifact stored on the Registry. |
Uses of GovernanceArtifact in org.wso2.carbon.governance.api.wsdls.dataobjects |
---|
Subclasses of GovernanceArtifact in org.wso2.carbon.governance.api.wsdls.dataobjects | |
---|---|
class |
Wsdl
This represents a WSDL artifact stored on the Registry. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |