Uses of Interface
org.wso2.carbon.governance.api.generic.dataobjects.GenericArtifact
Packages that use GenericArtifact
Package
Description
-
Uses of GenericArtifact in org.wso2.carbon.governance.api.common
Methods in org.wso2.carbon.governance.api.common with parameters of type GenericArtifactModifier and TypeMethodDescriptionvoidGovernanceArtifactManager.removeGenericArtifact(GenericArtifact artifact) -
Uses of GenericArtifact in org.wso2.carbon.governance.api.generic
Methods in org.wso2.carbon.governance.api.generic that return GenericArtifactModifier and TypeMethodDescriptionGenericArtifactManager.findGenericArtifacts(Map<String, List<String>> criteria) Finds all artifacts matching the given filter criteria.GenericArtifactManager.findGenericArtifacts(GenericArtifactFilter criteria) Finds all artifacts matching the given filter criteria.GenericArtifactManager.findGovernanceArtifacts(String query) Finds and returns GenericArtifact instances matching the search queryGenericArtifactManager.getAllGenericArtifacts()Finds all artifacts on the registry.GenericArtifactManager.getAllGenericArtifactsByLifecycle(String lcName) Retrieve all the generic artifacts which associated with the given lifecycleGenericArtifactManager.getAllGenericArtifactsByLifecycleStatus(String lcName, String lcState) Retrieve all the generic artifacts which associated with the given lifecycle in the given lifecycle stateGenericArtifactManager.getGenericArtifact(String artifactId) Fetches the given artifact on the registry.static GenericArtifactGenericArtifactManager.newDetachedGovernanceArtifact(QName artifactName, String mediaType) GenericArtifactManager.newGovernanceArtifact(String omContent) Creates a new artifact from the given string content.GenericArtifactManager.newGovernanceArtifact(QName qName) Creates a new artifact from the given qualified name.GenericArtifactManager.newGovernanceArtifact(QName qName, byte[] content) Creates a new artifact from the given qualified name.GenericArtifactManager.newGovernanceArtifact(org.apache.axiom.om.OMElement content) Creates a new artifact from the given content.Methods in org.wso2.carbon.governance.api.generic with parameters of type GenericArtifactModifier and TypeMethodDescriptionvoidGenericArtifactManager.addGenericArtifact(GenericArtifact artifact) Adds the given artifact to the registry.booleanGenericArtifactFilter.matches(GenericArtifact artifact) Whether the given artifact matches the expected filter criteria.voidGenericArtifactManager.removeGenericArtifact(GenericArtifact artifact) voidGenericArtifactManager.updateGenericArtifact(GenericArtifact artifact) Updates the given artifact on the registry. -
Uses of GenericArtifact in org.wso2.carbon.governance.api.generic.dataobjects
Subinterfaces of GenericArtifact in org.wso2.carbon.governance.api.generic.dataobjectsClasses in org.wso2.carbon.governance.api.generic.dataobjects that implement GenericArtifactModifier and TypeClassDescriptionclassclassRepresents a generic governance artifact.Methods in org.wso2.carbon.governance.api.generic.dataobjects that return GenericArtifactModifier and TypeMethodDescriptionDetachedGenericArtifact.makeRegistryAware(GenericArtifactManager artifactManager) DetachedGenericArtifactImpl.makeRegistryAware(GenericArtifactManager artifactManager)