| org.openharmonise.rm.resources.metadata.properties.Property org.openharmonise.rm.resources.workflow.properties.WorkflowProperty
WorkflowProperty | public class WorkflowProperty extends Property (Code) | | This class represents a definition of a workflow lifecycle, containing references to
workflow stages which must be completed before the workflow is completed.
The class is implemented as an extension of Property , offering
extra utility methods to manage work flow specific data. The range of this
property object must always be WorkflowRange .
author: Michael Bell version: $Revision: 1.2 $ |
TAG_WORKFLOW_PROPERTY | final public static String TAG_WORKFLOW_PROPERTY(Code) | | |
WorkflowProperty | public WorkflowProperty()(Code) | | Basic constructor.
|
WorkflowProperty | public WorkflowProperty(AbstractDataStoreInterface dbintrf, int nId)(Code) | | Constructs a specific instance of a workflow definition, defined
by the given identifier.
Parameters: dbintrf - Parameters: nId - |
WorkflowProperty | public WorkflowProperty(AbstractDataStoreInterface dbintrf, int nId, int nKey, boolean bIsHist)(Code) | | Constructs a specific historical workflow instance.
Parameters: dbintrf - Parameters: nId - Parameters: bIsHist - |
getParentObjectClassName | public String getParentObjectClassName()(Code) | | |
Methods inherited from org.openharmonise.rm.resources.metadata.properties.Property | protected void addColumnsToPopulateQuery(SelectStatement select, boolean bIsHist) throws DataStoreException(Code)(Java Doc) protected void addDataToSave(InsertStatement insert) throws DataStoreException(Code)(Java Doc) public void addDomain(Domain domain) throws PopulateException(Code)(Java Doc) protected void checkDomainAndRange(Domain domain) throws EditException(Code)(Java Doc) public Object clone()(Code)(Java Doc) protected void delete(boolean bDeleteHist) throws DataAccessException, EditException, PopulateException, DataStoreException(Code)(Java Doc) protected void fullPopulate() throws PopulateException(Code)(Java Doc) public String getDBTableName()(Code)(Java Doc) public Domain getDomain(AbstractProfiledObject profObj) throws DataAccessException(Code)(Java Doc) public Domain getDomain(String domainObject, String domainDetails) throws DataAccessException(Code)(Java Doc) public List getDomains() throws DataAccessException(Code)(Java Doc) public ColumnRef getInstanceColumnRef(String sColumn, boolean bIsHist) throws DataStoreException(Code)(Java Doc) public JoinConditions getInstanceJoinConditions(String sObjectTag, boolean bIsOuter) throws DataStoreException(Code)(Java Doc) public String getParentObjectClassName()(Code)(Java Doc) public Range getRange() throws DataAccessException(Code)(Java Doc) public String getTagName()(Code)(Java Doc) public boolean isChanged() throws DataAccessException(Code)(Java Doc) public boolean isValidProfiledObject(AbstractProfiledObject obj) throws DataAccessException(Code)(Java Doc) public void markAsNew() throws PopulateException(Code)(Java Doc) public void populate(Element xmlElement, State state) throws PopulateException(Code)(Java Doc) protected synchronized void populateDomainFromDatabase() throws PopulateException(Code)(Java Doc) protected void populateFromResultSetRow(ResultSet rs, SelectStatement select) throws PopulateException(Code)(Java Doc) public Element publish(Element topEl, HarmoniseOutput xmlDoc, State state) throws PublishException(Code)(Java Doc) public void removeDomain(Domain domain) throws PopulateException(Code)(Java Doc) protected void saveCoreData() throws EditException(Code)(Java Doc) protected void saveNonCoreData() throws EditException(Code)(Java Doc) public void setDomains(List domains) throws PopulateException(Code)(Java Doc) public void setHistorical(boolean bIsHistorical)(Code)(Java Doc) public void setName(String sName) throws InvalidNameException(Code)(Java Doc) public void setRange(Range range) throws PopulateException(Code)(Java Doc) protected void update() throws EditException, DataStoreException(Code)(Java Doc)
|
|
|