Uses of Interface
org.wso2.carbon.governance.api.generic.dataobjects.GenericArtifact
-
Packages that use GenericArtifact Package Description org.wso2.carbon.governance.api.common org.wso2.carbon.governance.api.generic org.wso2.carbon.governance.api.generic.dataobjects -
-
Uses of GenericArtifact in org.wso2.carbon.governance.api.common
Methods in org.wso2.carbon.governance.api.common with parameters of type GenericArtifact Modifier and Type Method Description voidGovernanceArtifactManager. removeGenericArtifact(GenericArtifact artifact) -
Uses of GenericArtifact in org.wso2.carbon.governance.api.generic
Methods in org.wso2.carbon.governance.api.generic that return GenericArtifact Modifier and Type Method Description GenericArtifact[]GenericArtifactManager. findGenericArtifacts(Map<String,List<String>> criteria)Finds all artifacts matching the given filter criteria.GenericArtifact[]GenericArtifactManager. findGenericArtifacts(GenericArtifactFilter criteria)Finds all artifacts matching the given filter criteria.GenericArtifact[]GenericArtifactManager. findGovernanceArtifacts(String query)Finds and returns GenericArtifact instances matching the search queryGenericArtifact[]GenericArtifactManager. getAllGenericArtifacts()Finds all artifacts on the registry.GenericArtifact[]GenericArtifactManager. getAllGenericArtifactsByLifecycle(String lcName)Retrieve all the generic artifacts which associated with the given lifecycleGenericArtifact[]GenericArtifactManager. getAllGenericArtifactsByLifecycleStatus(String lcName, String lcState)Retrieve all the generic artifacts which associated with the given lifecycle in the given lifecycle stateGenericArtifactGenericArtifactManager. getGenericArtifact(String artifactId)Fetches the given artifact on the registry.static GenericArtifactGenericArtifactManager. newDetachedGovernanceArtifact(QName artifactName, String mediaType)GenericArtifactGenericArtifactManager. newGovernanceArtifact(String omContent)Creates a new artifact from the given string content.GenericArtifactGenericArtifactManager. newGovernanceArtifact(QName qName)Creates a new artifact from the given qualified name.GenericArtifactGenericArtifactManager. newGovernanceArtifact(QName qName, byte[] content)Creates a new artifact from the given qualified name.GenericArtifactGenericArtifactManager. 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 GenericArtifact Modifier and Type Method Description voidGenericArtifactManager. 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.dataobjects Modifier and Type Interface Description interfaceDetachedGenericArtifactTODOClasses in org.wso2.carbon.governance.api.generic.dataobjects that implement GenericArtifact Modifier and Type Class Description classDetachedGenericArtifactImplclassGenericArtifactImplRepresents a generic governance artifact.Methods in org.wso2.carbon.governance.api.generic.dataobjects that return GenericArtifact Modifier and Type Method Description GenericArtifactDetachedGenericArtifact. makeRegistryAware(GenericArtifactManager artifactManager)GenericArtifactDetachedGenericArtifactImpl. makeRegistryAware(GenericArtifactManager artifactManager)
-