intradoc.shared.workflow
Class WorkflowData
java.lang.Object
|
+--intradoc.data.DataResultSet
|
+--intradoc.shared.workflow.WorkflowData
- All Implemented Interfaces:
- ResultSet
- public class WorkflowData
- extends DataResultSet
| Methods inherited from class intradoc.data.DataResultSet |
addRow, appendFields, closeInternals, copy, copy, copyEx, copyFieldInfo, copyFiltered, copyFilteredEx, copySimpleFiltered, createEmptyRow, createMaxNumResultSetFilter, createRow, createSimpleResultSetFilter, deleteCurrentRow, deleteRow, findRow, first, getCurrentRow, getCurrentRowProps, getCurrentRowValues, getDateFormat, getDateValue, getFieldInfo, getFieldName, getIndexFieldInfo, getNumFields, getNumRows, getResultSetValues, getResultSetValuesEx, getRowValues, getStringValue, getWorkspace, hasRawObjects, init, init, initEx, insertRowAt, isCopyAborted, isEmpty, isMutable, isRowPresent, last, merge, mergeDelete, mergeFields, next, previous, readHeader, readSimple, removeAll, removeFields, renameField, reset, setCurrentRow, setCurrentValue, setDateFormat, setRowValues, skip, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
m_workflowInfo
protected java.util.Hashtable m_workflowInfo
m_criteriaSet
protected DataResultSet m_criteriaSet
m_criteriaMap
protected java.util.Hashtable m_criteriaMap
m_tableName
public static java.lang.String m_tableName
m_queryName
public static java.lang.String m_queryName
m_criteriaTableName
public static java.lang.String m_criteriaTableName
m_curTable
protected java.lang.String m_curTable
WorkflowData
public WorkflowData()
getTableName
public java.lang.String getTableName()
shallowClone
public DataResultSet shallowClone()
- Description copied from class:
DataResultSet
- Creates a shallow clone of the result set.
- Overrides:
shallowClone in class DataResultSet
initShallow
public void initShallow(DataResultSet rset)
- Description copied from class:
DataResultSet
- Makes a shallow copy of one data result set into another. In particular,
this result set can have an independent iterator and can be independently
sorted. But field listings and actual values should will changed the
values of the shared copy.
- Overrides:
initShallow in class DataResultSet
load
public void load(DataBinder binder)
throws DataException
DataException
loadWorkflows
public void loadWorkflows(ResultSet rSet)
throws DataException
DataException
loadCriteria
public void loadCriteria(ResultSet critSet,
ResultSet subWfSet)
throws DataException
DataException
getWorkflowInfo
public WorkflowInfo getWorkflowInfo(java.lang.String wfName)
getWorkflowState
public java.lang.String getWorkflowState(java.lang.String wfName)
getCriteriaWorkflows
public DataResultSet getCriteriaWorkflows()
getBasicWorkflows
public DataResultSet getBasicWorkflows()
getCriteriaForSecurityGroup
public java.util.Vector getCriteriaForSecurityGroup(java.lang.String group,
java.lang.String extraKey)
getCriteriaInfo
public void getCriteriaInfo(java.util.Properties props)
(c) 1996-2005 All rights reserved. Stellent, Inc. |