org.jbpm.designer.repository
public interface Item
Modifier and Type | Method and Description |
---|---|
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
|
String getUniqueId()
String getName()
String getFullName()
String getDescription()
String getVersion()
String getOwner()
String getCreationDate()
String getLastModificationDate()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.