public interface GenericArtifact extends GovernanceArtifact
Modifier and Type | Method and Description |
---|---|
byte[] |
getContent()
Method to obtain the content of this artifact.
|
String |
getMediaType()
Returns the media type of the artifact.
|
void |
setContent(byte[] content)
Method to set the content of this artifact.
|
addAttribute, attachLifecycle, checkLCItem, getAllCheckListItemNames, getAllLifecycleActions, getAllVotingItems, getAttribute, getAttributeKeys, getAttributes, getDependencies, getDependents, getId, getLifecycleName, getLifecycleNames, getLifecycleState, getLifecycleState, getPath, getQName, invokeAction, invokeAction, isLCItemChecked, isVoted, removeAttribute, setAttribute, setAttributes, setId, uncheckLCItem, unvote, vote
String getMediaType()
byte[] getContent()
void setContent(byte[] content)
content
- the element.Copyright © 2015 WSO2. All Rights Reserved.