Uses of Interface
org.wso2.carbon.governance.api.generic.dataobjects.GenericArtifact

Packages that use GenericArtifact
org.wso2.carbon.governance.api.generic   
org.wso2.carbon.governance.api.generic.dataobjects   
 

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.findGenericArtifacts(Map<String,List<String>> criteria)
          Finds all artifacts matching the given filter criteria.
 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.
 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.
 

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.
 

Uses of GenericArtifact in org.wso2.carbon.governance.api.generic.dataobjects
 

Classes in org.wso2.carbon.governance.api.generic.dataobjects that implement GenericArtifact
 class GenericArtifactImpl
          Represents a generic governance artifact.
 



Copyright © 2013 WSO2 Inc. All Rights Reserved.