Uses of Interface
org.wso2.carbon.governance.api.common.dataobjects.GovernanceArtifact
Packages that use GovernanceArtifact
Package
Description
-
Uses of GovernanceArtifact in org.wso2.carbon.governance.api.cache
Methods in org.wso2.carbon.governance.api.cache that return GovernanceArtifactMethods in org.wso2.carbon.governance.api.cache with parameters of type GovernanceArtifactModifier and TypeMethodDescriptionvoidArtifactCache.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 GovernanceArtifactModifier and TypeMethodDescriptionGovernanceArtifactManager.findGovernanceArtifacts(String query) Finds and returns all GovernanceArtifacts that match the search query.GovernanceArtifactManager.findGovernanceArtifacts(Map<String, List<String>> criteria) Finds all artifacts matching the given filter criteria.GovernanceArtifactManager.findGovernanceArtifacts(GovernanceArtifactFilter criteria) Finds all artifacts matching the given filter criteria.GovernanceArtifactManager.getAllGovernanceArtifacts()Finds all artifacts of a given type on the registry.GovernanceArtifactManager.getAllGovernanceArtifactsByLifecycle(String lcName) Retrieve all the governance artifacts which associated with the given lifecycleGovernanceArtifactManager.getAllGovernanceArtifactsByLIfecycleStatus(String lcName, String lcState) Retrieve all the governance artifacts which associated with the given lifecycle in the given lifecycle stateGovernanceArtifactManager.getGovernanceArtifact(String artifactId) Fetches the given artifact on the registry.GovernanceArtifactManager.newGovernanceArtifact()Creates a new artifact from the given qualified name.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 GovernanceArtifactModifier and TypeMethodDescriptionvoidGovernanceArtifactManager.addGovernanceArtifact(GovernanceArtifact artifact) Adds the given artifact to the registry.booleanGovernanceArtifactManager.isExists(GovernanceArtifact artifact) Check whether GovernanceArtifact is exists in the Registry without loading whole artifact into memory.booleanGovernanceArtifactFilter.matches(GovernanceArtifact artifact) Whether the given artifact matches the expected filter criteria.protected voidGovernanceArtifactManager.setContent(GovernanceArtifact artifact, org.wso2.carbon.registry.core.Resource resource) Sets content of the given artifact to the given resource on the registry.voidGovernanceArtifactManager.setContent(org.wso2.carbon.registry.core.Resource resource, GovernanceArtifact artifact) Sets content of the given artifact to the given resource on the registry.voidGovernanceArtifactManager.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 GovernanceArtifactModifier and TypeClassDescriptionclassGovernance 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 GovernanceArtifactModifier and TypeMethodDescriptionGovernanceArtifact.getDependencies()Get dependencies of an artifacts.GovernanceArtifactImpl.getDependencies()Get dependencies of an artifacts.GovernanceArtifact.getDependents()Get dependents of an artifact.GovernanceArtifactImpl.getDependents()Get dependents of an artifact.Methods in org.wso2.carbon.governance.api.common.dataobjects that return types with arguments of type GovernanceArtifactModifier and TypeMethodDescriptionGovernanceArtifact.getAssociations()GovernanceArtifactImpl.getAssociations()Methods in org.wso2.carbon.governance.api.common.dataobjects with parameters of type GovernanceArtifactModifier and TypeMethodDescriptionvoidGovernanceArtifact.addAssociation(String associationType, GovernanceArtifact attachedToArtifact) voidGovernanceArtifactImpl.addAssociation(String associationType, GovernanceArtifact attachedToArtifact) voidGovernanceArtifact.addBidirectionalAssociation(String forwardType, String backwardType, GovernanceArtifact attachedToArtifact) voidGovernanceArtifactImpl.addBidirectionalAssociation(String forwardType, String backwardType, GovernanceArtifact attachedToArtifact) voidGovernanceArtifact.attach(GovernanceArtifact attachedToArtifact) Attach the current artifact to an another artifact.voidGovernanceArtifactImpl.attach(GovernanceArtifact attachedToArtifact) Attach the current artifact to an another artifact.booleanGovernanceArtifact.compareTo(GovernanceArtifact artifact) booleanGovernanceArtifactImpl.compareTo(GovernanceArtifact artifact) booleanGovernanceArtifact.uniqueTo(GovernanceArtifact artifact) booleanGovernanceArtifactImpl.uniqueTo(GovernanceArtifact artifact) -
Uses of GovernanceArtifact in org.wso2.carbon.governance.api.endpoints.dataobjects
Subinterfaces of GovernanceArtifact in org.wso2.carbon.governance.api.endpoints.dataobjectsClasses in org.wso2.carbon.governance.api.endpoints.dataobjects that implement GovernanceArtifactModifier and TypeClassDescriptionclassThis represents an endpoint artifact stored on the Registry. -
Uses of GovernanceArtifact in org.wso2.carbon.governance.api.generic
Methods in org.wso2.carbon.governance.api.generic with parameters of type GovernanceArtifactModifier and TypeMethodDescriptionbooleanGenericArtifactManager.isExists(GovernanceArtifact artifact) Check whether GovernanceArtifact is exists in the Registry without loading whole artifact into memory.voidGenericArtifactManager.setContent(org.wso2.carbon.registry.core.Resource resource, GovernanceArtifact artifact) -
Uses of GovernanceArtifact in org.wso2.carbon.governance.api.generic.dataobjects
Subinterfaces of GovernanceArtifact in org.wso2.carbon.governance.api.generic.dataobjectsModifier and TypeInterfaceDescriptioninterfaceTODOinterfaceClasses in org.wso2.carbon.governance.api.generic.dataobjects that implement GovernanceArtifactModifier and TypeClassDescriptionclassclassRepresents a generic governance artifact.Constructors in org.wso2.carbon.governance.api.generic.dataobjects with parameters of type GovernanceArtifactModifierConstructorDescriptionprotectedDetachedGenericArtifactImpl(GovernanceArtifact artifact, String mediaType) protectedGenericArtifactImpl(GovernanceArtifact artifact, String mediaType) Copy constructor used for cloning.protectedGenericArtifactImpl(GovernanceArtifact artifact, String mediaType, List<String> uniqueAttributes) -
Uses of GovernanceArtifact in org.wso2.carbon.governance.api.policies.dataobjects
Subinterfaces of GovernanceArtifact in org.wso2.carbon.governance.api.policies.dataobjectsClasses in org.wso2.carbon.governance.api.policies.dataobjects that implement GovernanceArtifactModifier and TypeClassDescriptionclassThis 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.dataobjectsClasses in org.wso2.carbon.governance.api.schema.dataobjects that implement GovernanceArtifactModifier and TypeClassDescriptionclassThis 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.dataobjectsClasses in org.wso2.carbon.governance.api.services.dataobjects that implement GovernanceArtifactModifier and TypeClassDescriptionclassThis represents a service artifact stored on the Registry.Constructors in org.wso2.carbon.governance.api.services.dataobjects with parameters of type GovernanceArtifactModifierConstructorDescriptionprotectedServiceImpl(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 GovernanceArtifactModifier and TypeMethodDescriptionstatic GovernanceArtifact[]GovernanceUtils.getAllArtifacts(org.wso2.carbon.registry.core.Registry registry) Deprecated.Method to obtain all indexed governance artifacts on the provided registry instance.static GovernanceArtifactGovernanceUtils.retrieveGovernanceArtifactById(org.wso2.carbon.registry.core.Registry registry, String artifactId) Method to obtain a governance artifact on the registry.static GovernanceArtifactGovernanceUtils.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 that return types with arguments of type GovernanceArtifactModifier and TypeMethodDescriptionstatic List<GovernanceArtifact> GovernanceUtils.findGovernanceArtifacts(String criteria, org.wso2.carbon.registry.core.Registry registry, String mediaType) static List<GovernanceArtifact> GovernanceUtils.findGovernanceArtifacts(String criteria, org.wso2.carbon.registry.core.Registry registry, String mediaType, boolean hasOneProperty) static List<GovernanceArtifact> GovernanceUtils.findGovernanceArtifacts(Map<String, List<String>> criteria, org.wso2.carbon.registry.core.Registry registry, String mediaType) Returns a list of governance artifacts found by searching indexes.Methods in org.wso2.carbon.governance.api.util with parameters of type GovernanceArtifactModifier and TypeMethodDescriptionstatic voidGovernanceUtils.CheckMandatoryFields(org.wso2.carbon.registry.core.Registry registry, String elementString, GovernanceArtifact artifact) Validates a given artifact to ensure all the mandatory fields are filled If a mandatory field is left empty this check method will throw an exception indicating field name to be filled.static ApproveItemBean[]GovernanceUtils.getAllApproveItemBeans(String currentUser, org.wso2.carbon.registry.core.Resource artifactResource, GovernanceArtifact artifact, String artifactLC) Extracts all ApproveItemBeans from the resourcestatic CheckListItemBean[]GovernanceUtils.getAllCheckListItemBeans(org.wso2.carbon.registry.core.Resource artifactResource, GovernanceArtifact artifact, String artifactLC) Extracts all CheckListItemBeans from the resource and update the lifecycle name and state of the artifactstatic StringGovernanceUtils.getPathFromPathExpression(String pathExpression, GovernanceArtifact artifact) Method to convert the expression specified for storing the path with corresponding values where the artifact is stored.static StringGovernanceUtils.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 booleanGovernanceUtils.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.dataobjectsClasses in org.wso2.carbon.governance.api.wsdls.dataobjects that implement GovernanceArtifactModifier and TypeClassDescriptionclassThis represents a WSDL artifact stored on the Registry.