Uses of Class
org.wso2.carbon.governance.api.common.dataobjects.GovernanceArtifactImpl
-
-
Uses of GovernanceArtifactImpl in org.wso2.carbon.governance.api.common.dataobjects
Methods in org.wso2.carbon.governance.api.common.dataobjects that return GovernanceArtifactImpl Modifier and Type Method Description static GovernanceArtifactImplGovernanceArtifactImpl. create(org.wso2.carbon.registry.core.Registry registry, String artifactId)static GovernanceArtifactImplGovernanceArtifactImpl. create(org.wso2.carbon.registry.core.Registry registry, String artifactId, List<String> uniqueAttributes)static GovernanceArtifactImplGovernanceArtifactImpl. create(org.wso2.carbon.registry.core.Registry registry, String artifactId, org.apache.axiom.om.OMElement content)static GovernanceArtifactImplGovernanceArtifactImpl. create(org.wso2.carbon.registry.core.Registry registry, String artifactId, org.apache.axiom.om.OMElement content, List<String> uniqueAttributes)Constructors in org.wso2.carbon.governance.api.common.dataobjects with parameters of type GovernanceArtifactImpl Constructor Description GovernanceArtifactImpl(GovernanceArtifactImpl artifact)Copy constructor used for cloning.GovernanceArtifactImpl(GovernanceArtifactImpl artifact, List<String> uniqueAttributes) -
Uses of GovernanceArtifactImpl in org.wso2.carbon.governance.api.endpoints.dataobjects
Subclasses of GovernanceArtifactImpl in org.wso2.carbon.governance.api.endpoints.dataobjects Modifier and Type Class Description classEndpointImplThis represents an endpoint artifact stored on the Registry. -
Uses of GovernanceArtifactImpl in org.wso2.carbon.governance.api.generic.dataobjects
Subclasses of GovernanceArtifactImpl in org.wso2.carbon.governance.api.generic.dataobjects Modifier and Type Class Description classDetachedGenericArtifactImplclassGenericArtifactImplRepresents a generic governance artifact. -
Uses of GovernanceArtifactImpl in org.wso2.carbon.governance.api.policies.dataobjects
Subclasses of GovernanceArtifactImpl in org.wso2.carbon.governance.api.policies.dataobjects Modifier and Type Class Description classPolicyImplThis represents a policy artifact stored on the Registry. -
Uses of GovernanceArtifactImpl in org.wso2.carbon.governance.api.schema.dataobjects
Subclasses of GovernanceArtifactImpl in org.wso2.carbon.governance.api.schema.dataobjects Modifier and Type Class Description classSchemaImplThis represents a schema artifact stored on the Registry. -
Uses of GovernanceArtifactImpl in org.wso2.carbon.governance.api.services.dataobjects
Subclasses of GovernanceArtifactImpl in org.wso2.carbon.governance.api.services.dataobjects Modifier and Type Class Description classServiceImplThis represents a service artifact stored on the Registry. -
Uses of GovernanceArtifactImpl in org.wso2.carbon.governance.api.wsdls.dataobjects
Subclasses of GovernanceArtifactImpl in org.wso2.carbon.governance.api.wsdls.dataobjects Modifier and Type Class Description classWsdlImplThis represents a WSDL artifact stored on the Registry.
-