|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GenericArtifact | |
|---|---|
| org.wso2.carbon.governance.api.generic | |
| Uses of GenericArtifact in org.wso2.carbon.governance.api.generic |
|---|
| Methods in org.wso2.carbon.governance.api.generic that return GenericArtifact | |
|---|---|
GenericArtifact[] |
GenericArtifactManager.findGenericArtifacts(GenericArtifactFilter criteria)
Finds all artifacts matching the given filter criteria. |
GenericArtifact[] |
GenericArtifactManager.getAllGenericArtifacts()
Finds all artifacts on the registry. |
GenericArtifact |
GenericArtifactManager.getGenericArtifact(String artifactId)
Fetches the given artifact on the registry. |
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. |
| Methods in org.wso2.carbon.governance.api.generic with parameters of type GenericArtifact | |
|---|---|
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.updateGenericArtifact(GenericArtifact artifact)
Updates the given artifact on the registry. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||