Uses of Interface
org.wso2.carbon.governance.api.common.dataobjects.GovernanceArtifact

Packages that use GovernanceArtifact
org.wso2.carbon.governance.api.cache   
org.wso2.carbon.governance.api.common   
org.wso2.carbon.governance.api.common.dataobjects   
org.wso2.carbon.governance.api.endpoints.dataobjects   
org.wso2.carbon.governance.api.generic.dataobjects   
org.wso2.carbon.governance.api.policies.dataobjects   
org.wso2.carbon.governance.api.schema.dataobjects   
org.wso2.carbon.governance.api.services.dataobjects   
org.wso2.carbon.governance.api.util   
org.wso2.carbon.governance.api.wsdls.dataobjects   
 

Uses of GovernanceArtifact in org.wso2.carbon.governance.api.cache
 

Methods in org.wso2.carbon.governance.api.cache that return GovernanceArtifact
 GovernanceArtifact ArtifactCache.getArtifact(String key)
           
 

Methods in org.wso2.carbon.governance.api.cache with parameters of type GovernanceArtifact
 void ArtifactCache.addArtifact(String key, GovernanceArtifact value)
           
 

Uses of GovernanceArtifact in org.wso2.carbon.governance.api.common
 

Methods in org.wso2.carbon.governance.api.common that return GovernanceArtifact
 GovernanceArtifact[] GovernanceArtifactManager.findGovernanceArtifacts(GovernanceArtifactFilter criteria)
          Finds all artifacts matching the given filter criteria.
 GovernanceArtifact[] GovernanceArtifactManager.getAllGovernanceArtifacts()
          Finds all artifacts of a given type on the registry.
 GovernanceArtifact GovernanceArtifactManager.getGovernanceArtifact(String artifactId)
          Fetches the given artifact on the registry.
 GovernanceArtifact GovernanceArtifactManager.newGovernanceArtifact()
          Creates a new artifact from the given qualified name.
 GovernanceArtifact GovernanceArtifactManager.newGovernanceArtifact(org.apache.axiom.om.OMElement content)
          Creates a new artifact from the given content.
 

Methods in org.wso2.carbon.governance.api.common with parameters of type GovernanceArtifact
 void GovernanceArtifactManager.addGovernanceArtifact(GovernanceArtifact artifact)
          Adds the given artifact to the registry.
 boolean GovernanceArtifactFilter.matches(GovernanceArtifact artifact)
          Whether the given artifact matches the expected filter criteria.
protected  void GovernanceArtifactManager.setContent(GovernanceArtifact artifact, org.wso2.carbon.registry.core.Resource resource)
          Sets content of the given artifact to the given resource on the registry.
 void GovernanceArtifactManager.updateGovernanceArtifact(GovernanceArtifact artifact)
          Updates the given artifact on the registry.
 

Uses of GovernanceArtifact in org.wso2.carbon.governance.api.common.dataobjects
 

Classes in org.wso2.carbon.governance.api.common.dataobjects that implement GovernanceArtifact
 class GovernanceArtifactImpl
          Governance Artifact abstract class, This is overwritten by Endpoint, Policy, Schema, Service, WSDL, People classes.
 

Methods in org.wso2.carbon.governance.api.common.dataobjects that return GovernanceArtifact
 GovernanceArtifact[] GovernanceArtifact.getDependencies()
          Get dependencies of an artifacts.
 GovernanceArtifact[] GovernanceArtifactImpl.getDependencies()
          Get dependencies of an artifacts.
 GovernanceArtifact[] GovernanceArtifact.getDependents()
          Get dependents of an artifact.
 GovernanceArtifact[] GovernanceArtifactImpl.getDependents()
          Get dependents of an artifact.
 

Methods in org.wso2.carbon.governance.api.common.dataobjects with parameters of type GovernanceArtifact
protected  void GovernanceArtifactImpl.attach(GovernanceArtifact attachedToArtifact)
          Attach the current artifact to an another artifact.
 

Uses of GovernanceArtifact in org.wso2.carbon.governance.api.endpoints.dataobjects
 

Subinterfaces of GovernanceArtifact in org.wso2.carbon.governance.api.endpoints.dataobjects
 interface Endpoint
           
 

Classes in org.wso2.carbon.governance.api.endpoints.dataobjects that implement GovernanceArtifact
 class EndpointImpl
          This represents an endpoint artifact stored on the Registry.
 

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

Subinterfaces of GovernanceArtifact in org.wso2.carbon.governance.api.generic.dataobjects
 interface GenericArtifact
           
 

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

Constructors in org.wso2.carbon.governance.api.generic.dataobjects with parameters of type GovernanceArtifact
GenericArtifactImpl(GovernanceArtifact artifact)
          Copy constructor used for cloning.
 

Uses of GovernanceArtifact in org.wso2.carbon.governance.api.policies.dataobjects
 

Subinterfaces of GovernanceArtifact in org.wso2.carbon.governance.api.policies.dataobjects
 interface Policy
           
 

Classes in org.wso2.carbon.governance.api.policies.dataobjects that implement GovernanceArtifact
 class PolicyImpl
          This represents a policy artifact stored on the Registry.
 

Uses of GovernanceArtifact in org.wso2.carbon.governance.api.schema.dataobjects
 

Subinterfaces of GovernanceArtifact in org.wso2.carbon.governance.api.schema.dataobjects
 interface Schema
           
 

Classes in org.wso2.carbon.governance.api.schema.dataobjects that implement GovernanceArtifact
 class SchemaImpl
          This represents a schema artifact stored on the Registry.
 

Uses of GovernanceArtifact in org.wso2.carbon.governance.api.services.dataobjects
 

Subinterfaces of GovernanceArtifact in org.wso2.carbon.governance.api.services.dataobjects
 interface Service
           
 

Classes in org.wso2.carbon.governance.api.services.dataobjects that implement GovernanceArtifact
 class ServiceImpl
          This represents a service artifact stored on the Registry.
 

Constructors in org.wso2.carbon.governance.api.services.dataobjects with parameters of type GovernanceArtifact
ServiceImpl(GovernanceArtifact service)
          Copy constructor used for cloning.
 

Uses of GovernanceArtifact in org.wso2.carbon.governance.api.util
 

Methods in org.wso2.carbon.governance.api.util that return GovernanceArtifact
static GovernanceArtifact[] GovernanceUtils.getAllArtifacts(org.wso2.carbon.registry.core.Registry registry)
          Method to obtain all indexed governance artifacts on the provided registry instance.
static GovernanceArtifact GovernanceUtils.retrieveGovernanceArtifactById(org.wso2.carbon.registry.core.Registry registry, String artifactId)
          Method to obtain a governance artifact on the registry.
static GovernanceArtifact GovernanceUtils.retrieveGovernanceArtifactByPath(org.wso2.carbon.registry.core.Registry registry, String artifactPath)
          Method to obtain a governance artifact on the registry by the artifact path.
 

Methods in org.wso2.carbon.governance.api.util with parameters of type GovernanceArtifact
static String GovernanceUtils.getPathFromPathExpression(String pathExpression, GovernanceArtifact artifact)
          Method to convert the expression specified for storing the path with corresponding values where the artifact is stored.
static String GovernanceUtils.getPathFromPathExpression(String pathExpression, GovernanceArtifact artifact, String storagePath)
          Method to convert the expression specified for storing the path with corresponding values where the artifact is stored.
static String[] GovernanceUtils.getPathsFromPathExpression(String pathExpression, GovernanceArtifact artifact)
          Method to convert the expression specified for storing the path with corresponding values where the artifact is stored.
static boolean GovernanceUtils.hasSamePath(String pathExpression, GovernanceArtifact newArtifact, GovernanceArtifact oldArtifact)
          Method to compare the old and new artifact paths
 

Uses of GovernanceArtifact in org.wso2.carbon.governance.api.wsdls.dataobjects
 

Subinterfaces of GovernanceArtifact in org.wso2.carbon.governance.api.wsdls.dataobjects
 interface Wsdl
           
 

Classes in org.wso2.carbon.governance.api.wsdls.dataobjects that implement GovernanceArtifact
 class WsdlImpl
          This represents a WSDL artifact stored on the Registry.
 



Copyright © 2012 WSO2 Inc. All Rights Reserved.