Interface DetachedGenericArtifact
-
- All Superinterfaces:
GenericArtifact,GovernanceArtifact
- All Known Implementing Classes:
DetachedGenericArtifactImpl
public interface DetachedGenericArtifact extends GenericArtifact
TODO- Since:
- 4.5.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GenericArtifactmakeRegistryAware(GenericArtifactManager artifactManager)-
Methods inherited from interface org.wso2.carbon.governance.api.generic.dataobjects.GenericArtifact
getContent, getMediaType, setContent
-
Methods 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
-
-
-
-
Method Detail
-
makeRegistryAware
GenericArtifact makeRegistryAware(GenericArtifactManager artifactManager) throws GovernanceException
- Throws:
GovernanceException
-
-