Package | Description |
---|---|
org.wso2.carbon.governance.api.common | |
org.wso2.carbon.governance.api.generic | |
org.wso2.carbon.governance.api.generic.dataobjects |
Modifier and Type | Method and Description |
---|---|
void |
GovernanceArtifactManager.removeGenericArtifact(GenericArtifact artifact) |
Modifier and Type | Method and Description |
---|---|
GenericArtifact[] |
GenericArtifactManager.findGenericArtifacts(GenericArtifactFilter criteria)
Finds all artifacts matching the given filter criteria.
|
GenericArtifact[] |
GenericArtifactManager.findGenericArtifacts(Map<String,List<String>> criteria)
Finds all artifacts matching the given filter criteria.
|
GenericArtifact[] |
GenericArtifactManager.findGovernanceArtifacts(String query)
Finds and returns GenericArtifact instances matching the search query
|
GenericArtifact[] |
GenericArtifactManager.getAllGenericArtifacts()
Finds all artifacts on the registry.
|
GenericArtifact[] |
GenericArtifactManager.getAllGenericArtifactsByLifecycle(String lcName)
Retrieve all the generic artifacts which associated with the given lifecycle
|
GenericArtifact[] |
GenericArtifactManager.getAllGenericArtifactsByLifecycleStatus(String lcName,
String lcState)
Retrieve all the generic artifacts which associated with the given lifecycle in the given lifecycle state
|
GenericArtifact |
GenericArtifactManager.getGenericArtifact(String artifactId)
Fetches the given artifact on the registry.
|
static GenericArtifact |
GenericArtifactManager.newDetachedGovernanceArtifact(QName artifactName,
String mediaType) |
GenericArtifact |
GenericArtifactManager.newGovernanceArtifact(org.apache.axiom.om.OMElement content)
Creates a new artifact from the given content.
|
GenericArtifact |
GenericArtifactManager.newGovernanceArtifact(QName qName)
Creates a new artifact from the given qualified name.
|
GenericArtifact |
GenericArtifactManager.newGovernanceArtifact(QName qName,
byte[] content)
Creates a new artifact from the given qualified name.
|
GenericArtifact |
GenericArtifactManager.newGovernanceArtifact(String omContent)
Creates a new artifact from the given string content.
|
Modifier and Type | Method and Description |
---|---|
void |
GenericArtifactManager.addGenericArtifact(GenericArtifact artifact)
Adds the given artifact to the registry.
|
boolean |
GenericArtifactFilter.matches(GenericArtifact artifact)
Whether the given artifact matches the expected filter criteria.
|
void |
GenericArtifactManager.removeGenericArtifact(GenericArtifact artifact) |
void |
GenericArtifactManager.updateGenericArtifact(GenericArtifact artifact)
Updates the given artifact on the registry.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DetachedGenericArtifact
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
DetachedGenericArtifactImpl |
class |
GenericArtifactImpl
Represents a generic governance artifact.
|
Modifier and Type | Method and Description |
---|---|
GenericArtifact |
DetachedGenericArtifactImpl.makeRegistryAware(GenericArtifactManager artifactManager) |
GenericArtifact |
DetachedGenericArtifact.makeRegistryAware(GenericArtifactManager artifactManager) |
Copyright © 2019 WSO2. All Rights Reserved.