Class DetachedGenericArtifactImpl
java.lang.Object
org.wso2.carbon.governance.api.common.dataobjects.GovernanceArtifactImpl
org.wso2.carbon.governance.api.generic.dataobjects.GenericArtifactImpl
org.wso2.carbon.governance.api.generic.dataobjects.DetachedGenericArtifactImpl
- All Implemented Interfaces:
GovernanceArtifact,DetachedGenericArtifact,GenericArtifact
public class DetachedGenericArtifactImpl
extends GenericArtifactImpl
implements DetachedGenericArtifact
-
Field Summary
Fields inherited from class org.wso2.carbon.governance.api.common.dataobjects.GovernanceArtifactImpl
attributes, properties -
Constructor Summary
ConstructorsModifierConstructorDescriptionDetachedGenericArtifactImpl(QName artifactName, String mediaType) protectedDetachedGenericArtifactImpl(GovernanceArtifact artifact, String mediaType) -
Method Summary
Methods inherited from class org.wso2.carbon.governance.api.generic.dataobjects.GenericArtifactImpl
getContent, getMediaType, getQName, loadDetails, setContent, setQNameMethods inherited from class org.wso2.carbon.governance.api.common.dataobjects.GovernanceArtifactImpl
addAssociation, addAssociation, addAttribute, addBidirectionalAssociation, addTag, addTags, associateRegistry, attach, attach, attachLifecycle, checkLCItem, checkRegistryResourceAssociation, compareTo, create, create, create, create, createVersion, detach, detachLifecycle, equals, getAllCheckListItemNames, getAllLifecycleActions, getAllVotingItems, getAllVotingItems, getArtifactPath, getAssociatedArtifactIds, getAssociatedRegistry, getAssociations, getAttribute, getAttributeKeys, getAttributes, getCurrentStateDuration, getDependencies, getDependents, getId, getLcName, getLcState, getLifecycleName, getLifecycleNames, getLifecycleState, getLifecycleState, getPath, getPropertyKeys, getUniqueAttributes, invokeAction, invokeAction, isLCItemChecked, isRegistryAwareArtifact, isVoted, isVoted, listTags, removeAssociation, removeAssociation, removeAttribute, removeTag, removeTags, setArtifactPath, setAttribute, setAttributes, setId, setLcName, setLcState, setUniqueAttributes, toString, uncheckLCItem, uniqueTo, unvote, unvote, updatePath, updatePath, vote, voteMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.wso2.carbon.governance.api.generic.dataobjects.GenericArtifact
getContent, getMediaType, setContentMethods inherited from interface org.wso2.carbon.governance.api.common.dataobjects.GovernanceArtifact
addAssociation, addAssociation, addAttribute, addBidirectionalAssociation, addTag, addTags, attach, attach, attachLifecycle, checkLCItem, compareTo, detach, getAllCheckListItemNames, getAllLifecycleActions, getAllVotingItems, getAllVotingItems, getAssociatedArtifactIds, getAssociations, getAttribute, getAttributeKeys, getAttributes, getCurrentStateDuration, getDependencies, getDependents, getId, getLifecycleName, getLifecycleNames, getLifecycleState, getLifecycleState, getPath, getPropertyKeys, getQName, invokeAction, invokeAction, isLCItemChecked, isRegistryAwareArtifact, isVoted, isVoted, listTags, removeAssociation, removeAssociation, removeAttribute, removeTag, removeTags, setAttribute, setAttributes, setId, setQName, uncheckLCItem, uniqueTo, unvote, unvote, vote, vote
-
Constructor Details
-
DetachedGenericArtifactImpl
-
DetachedGenericArtifactImpl
-
-
Method Details
-
makeRegistryAware
public GenericArtifact makeRegistryAware(GenericArtifactManager artifactManager) throws GovernanceException - Specified by:
makeRegistryAwarein interfaceDetachedGenericArtifact- Throws:
GovernanceException
-