|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.obe.util.AbstractBean org.obe.xpdl.model.misc.RedefinableHeader
Header information which can be used for entities such as the package or individual workflow processes.
Field Summary | |
static java.lang.String |
AUTHOR
|
static java.lang.String |
CODE_PAGE
|
static java.lang.String |
COUNTRY_KEY
|
static java.lang.String |
PUBLICATION_STATUS
|
static java.lang.String |
RESPONSIBLE
|
static java.lang.String |
VERSION
|
Constructor Summary | |
RedefinableHeader()
Construct a new RedefinableHeader. |
Method Summary | |
void |
add(java.lang.String responsible)
|
java.lang.String |
getAuthor()
Get the entity's author. |
java.lang.String |
getCodepage()
|
java.lang.String |
getCountrykey()
|
PublicationStatus |
getPublicationStatus()
Get the publication status for this workflow definition. |
java.lang.String[] |
getResponsible()
Returns the responsible participants' IDs. |
java.lang.String |
getResponsible(int i)
|
java.lang.String |
getVersion()
Get the entity's version. |
void |
remove(java.lang.String responsible)
|
void |
setAuthor(java.lang.String author)
Set the entity's author. |
void |
setCodepage(java.lang.String codepage)
|
void |
setCountrykey(java.lang.String countrykey)
|
void |
setPublicationStatus(PublicationStatus publicationStatus)
Set the publication status for this workflow definition. |
void |
setResponsible(int i,
java.lang.String responsible)
|
void |
setResponsible(java.lang.String[] responsibles)
|
void |
setVersion(java.lang.String version)
Set the entity's version. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String AUTHOR
public static final java.lang.String CODE_PAGE
public static final java.lang.String COUNTRY_KEY
public static final java.lang.String PUBLICATION_STATUS
public static final java.lang.String RESPONSIBLE
public static final java.lang.String VERSION
Constructor Detail |
public RedefinableHeader()
Method Detail |
public java.lang.String getAuthor()
public void setAuthor(java.lang.String author)
author
- The entity's new authorpublic java.lang.String getVersion()
public void setVersion(java.lang.String version)
version
- The versionpublic java.lang.String getCodepage()
public void setCodepage(java.lang.String codepage)
public java.lang.String getCountrykey()
public void setCountrykey(java.lang.String countrykey)
public void add(java.lang.String responsible) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
public void remove(java.lang.String responsible) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
public java.lang.String[] getResponsible()
public java.lang.String getResponsible(int i)
public void setResponsible(java.lang.String[] responsibles) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
public void setResponsible(int i, java.lang.String responsible) throws java.beans.PropertyVetoException
java.beans.PropertyVetoException
public PublicationStatus getPublicationStatus()
public void setPublicationStatus(PublicationStatus publicationStatus)
publicationStatus
- The new publication statuspublic java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |