| java.lang.Object org.obe.util.AbstractBean org.obe.xpdl.model.misc.RedefinableHeader
RedefinableHeader | final public class RedefinableHeader extends AbstractBean (Code) | | Header information which can be used for entities such as the package or
individual workflow processes.
author: Adrian Price |
PUBLICATION_STATUS | final public static String PUBLICATION_STATUS(Code) | | |
RedefinableHeader | public RedefinableHeader()(Code) | | Construct a new RedefinableHeader.
|
getAuthor | public String getAuthor()(Code) | | Get the entity's author.
The entity's author |
getPublicationStatus | public PublicationStatus getPublicationStatus()(Code) | | Get the publication status for this workflow definition.
The publication status |
getResponsible | public String[] getResponsible()(Code) | | Returns the responsible participants' IDs.
Array of participant IDs. |
getVersion | public String getVersion()(Code) | | Get the entity's version.
The version |
setAuthor | public void setAuthor(String author)(Code) | | Set the entity's author.
Parameters: author - The entity's new author |
setCountrykey | public void setCountrykey(String countrykey)(Code) | | |
setPublicationStatus | public void setPublicationStatus(PublicationStatus publicationStatus)(Code) | | Set the publication status for this workflow definition.
Parameters: publicationStatus - The new publication status |
setVersion | public void setVersion(String version)(Code) | | Set the entity's version.
Parameters: version - The version |
Methods inherited from org.obe.util.AbstractBean | final protected Object add(int propertyIndex, Object newValue) throws PropertyVetoException(Code)(Java Doc) final public void addPropertyChangeListener(PropertyChangeListener listener)(Code)(Java Doc) final public void addPropertyChangeListener(String name, PropertyChangeListener pcl)(Code)(Java Doc) final public void addVetoableChangeListener(VetoableChangeListener listener)(Code)(Java Doc) final public void addVetoableChangeListener(String name, VetoableChangeListener vcl)(Code)(Java Doc) final public void clear(String propertyName) throws PropertyVetoException(Code)(Java Doc) final protected void firePropertyChange(PropertyChangeEvent evt)(Code)(Java Doc) final protected void firePropertyChange(String propertyName, Object oldValue, Object newValue)(Code)(Java Doc) final protected void firePropertyChange(String propertyName, int oldValue, int newValue)(Code)(Java Doc) final protected void firePropertyChange(String propertyName, boolean oldValue, boolean newValue)(Code)(Java Doc) final protected void fireVetoableChange(PropertyChangeEvent evt) throws PropertyVetoException(Code)(Java Doc) final protected void fireVetoableChange(String propertyName, Object oldValue, Object newValue) throws PropertyVetoException(Code)(Java Doc) final protected void fireVetoableChange(String propertyName, int oldValue, int newValue) throws PropertyVetoException(Code)(Java Doc) final protected void fireVetoableChange(String propertyName, boolean oldValue, boolean newValue) throws PropertyVetoException(Code)(Java Doc) final protected Object get(int propertyIndex)(Code)(Java Doc) final protected Object get(int propertyIndex, int index)(Code)(Java Doc) final public BeanContext getBeanContext()(Code)(Java Doc) final public ListModel getListModel(String propertyName)(Code)(Java Doc) final protected boolean hasChangeListeners(String propertyName)(Code)(Java Doc) final protected boolean hasVetoListeners(String propertyName)(Code)(Java Doc) final protected Object remove(int propertyIndex, Object elem) throws PropertyVetoException(Code)(Java Doc) final public void removePropertyChangeListener(PropertyChangeListener listener)(Code)(Java Doc) final public void removePropertyChangeListener(String name, PropertyChangeListener pcl)(Code)(Java Doc) final public void removeVetoableChangeListener(VetoableChangeListener vcl)(Code)(Java Doc) final public void removeVetoableChangeListener(String name, VetoableChangeListener vcl)(Code)(Java Doc) final protected void set(int propertyIndex, Object array) throws PropertyVetoException(Code)(Java Doc) final protected void set(int propertyIndex, int index, Object newValue) throws PropertyVetoException(Code)(Java Doc) final public void setBeanContext(BeanContext bc) throws PropertyVetoException(Code)(Java Doc)
|
|
|