|
jBPM Designer - Backend 6.0.0.CR1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbpm.designer.repository.impl.AbstractAsset<T>
public abstract class AbstractAsset<T>
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.jbpm.designer.repository.Asset |
---|
Asset.AssetType |
Constructor Summary | |
---|---|
AbstractAsset()
|
Method Summary | |
---|---|
abstract boolean |
acceptBytes()
|
String |
getAssetLocation()
Returns location in the repository where this asset is stored |
String |
getAssetType()
Returns type of the asset. |
String |
getCreationDate()
Returns date when this item was created |
String |
getDescription()
Returns description of the item if present |
String |
getFullName()
Returns full name of the asset that usually is name and type. |
String |
getLastModificationDate()
Returns date when this item was last time modified |
String |
getName()
Returns name of the item if present |
String |
getOwner()
Returns owner (usually user if) of this item |
String |
getUniqueId()
Returns uniqueId of this asset |
String |
getVersion()
Returns version of this item |
abstract void |
setAssetContent(T content)
|
void |
setAssetLocation(String assetLocation)
|
void |
setAssetTpe(String assetTpe)
|
void |
setCreationDate(String creationDate)
|
void |
setDescription(String description)
|
void |
setLastModificationDate(String lastModificationDate)
|
void |
setName(String name)
|
void |
setOwner(String owner)
|
void |
setUniqueId(String uniqueId)
|
void |
setVersion(String version)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jbpm.designer.repository.Asset |
---|
getAssetContent |
Constructor Detail |
---|
public AbstractAsset()
Method Detail |
---|
public String getAssetLocation()
Asset
getAssetLocation
in interface Asset<T>
public String getAssetType()
Asset
getAssetType
in interface Asset<T>
public String getUniqueId()
Item
getUniqueId
in interface Item
public String getName()
Item
getName
in interface Item
public String getDescription()
Item
getDescription
in interface Item
public String getVersion()
Item
getVersion
in interface Item
public String getOwner()
Item
getOwner
in interface Item
public String getCreationDate()
Item
getCreationDate
in interface Item
public String getLastModificationDate()
Item
getLastModificationDate
in interface Item
public void setUniqueId(String uniqueId)
public void setName(String name)
public void setDescription(String description)
public void setVersion(String version)
public void setOwner(String owner)
public void setAssetTpe(String assetTpe)
public void setAssetLocation(String assetLocation)
public void setCreationDate(String creationDate)
public void setLastModificationDate(String lastModificationDate)
public String getFullName()
Item
getFullName
in interface Item
public abstract void setAssetContent(T content)
public abstract boolean acceptBytes()
|
jBPM Designer - Backend 6.0.0.CR1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |