|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstanceRepositoryException | |
---|---|
org.apache.oodt.cas.workflow.instrepo | |
org.apache.oodt.cas.workflow.system | |
org.apache.oodt.cas.workflow.util |
Uses of InstanceRepositoryException in org.apache.oodt.cas.workflow.instrepo |
---|
Methods in org.apache.oodt.cas.workflow.instrepo that throw InstanceRepositoryException | |
---|---|
void |
WorkflowInstanceRepository.addWorkflowInstance(WorkflowInstance wInst)
Persists the specified WorkflowInstance to the instance
repository. |
void |
MemoryWorkflowInstanceRepository.addWorkflowInstance(WorkflowInstance wInst)
|
void |
LuceneWorkflowInstanceRepository.addWorkflowInstance(WorkflowInstance wInst)
|
void |
DataSourceWorkflowInstanceRepository.addWorkflowInstance(WorkflowInstance wInst)
|
int |
WorkflowInstanceRepository.getNumWorkflowInstances()
Gets the number of WorkflowInstances with any status
being managed by this WorkflowInstanceRepository. |
int |
MemoryWorkflowInstanceRepository.getNumWorkflowInstances()
|
int |
LuceneWorkflowInstanceRepository.getNumWorkflowInstances()
|
int |
DataSourceWorkflowInstanceRepository.getNumWorkflowInstances()
|
int |
WorkflowInstanceRepository.getNumWorkflowInstancesByStatus(String status)
Gets the number of WorkflowInstances with the given
status being managed by this WorkflowInstanceRepository. |
int |
MemoryWorkflowInstanceRepository.getNumWorkflowInstancesByStatus(String status)
|
int |
LuceneWorkflowInstanceRepository.getNumWorkflowInstancesByStatus(String status)
|
int |
DataSourceWorkflowInstanceRepository.getNumWorkflowInstancesByStatus(String status)
|
WorkflowInstancePage |
AbstractPaginatibleInstanceRepository.getPagedWorkflows(int pageNum)
|
WorkflowInstancePage |
AbstractPaginatibleInstanceRepository.getPagedWorkflows(int pageNum,
String status)
|
WorkflowInstance |
WorkflowInstanceRepository.getWorkflowInstanceById(String workflowInstId)
Returns the WorkflowInstance s with the specified
workflowInstId . |
WorkflowInstance |
MemoryWorkflowInstanceRepository.getWorkflowInstanceById(String workflowInstId)
|
WorkflowInstance |
LuceneWorkflowInstanceRepository.getWorkflowInstanceById(String workflowInstId)
|
WorkflowInstance |
DataSourceWorkflowInstanceRepository.getWorkflowInstanceById(String workflowInstId)
|
List |
WorkflowInstanceRepository.getWorkflowInstances()
|
List |
MemoryWorkflowInstanceRepository.getWorkflowInstances()
|
List |
LuceneWorkflowInstanceRepository.getWorkflowInstances()
|
List |
DataSourceWorkflowInstanceRepository.getWorkflowInstances()
|
List |
WorkflowInstanceRepository.getWorkflowInstancesByStatus(String status)
Returns a List of WorkflowInstance s, with the specified
status String. |
List |
MemoryWorkflowInstanceRepository.getWorkflowInstancesByStatus(String status)
|
List |
LuceneWorkflowInstanceRepository.getWorkflowInstancesByStatus(String status)
|
List |
DataSourceWorkflowInstanceRepository.getWorkflowInstancesByStatus(String status)
|
protected List |
AbstractPaginatibleInstanceRepository.paginateWorkflows(int pageNum)
|
protected List |
MemoryWorkflowInstanceRepository.paginateWorkflows(int pageNum,
String status)
|
protected List |
LuceneWorkflowInstanceRepository.paginateWorkflows(int pageNum,
String status)
|
protected List |
DataSourceWorkflowInstanceRepository.paginateWorkflows(int pageNum,
String status)
|
protected abstract List |
AbstractPaginatibleInstanceRepository.paginateWorkflows(int pageNum,
String status)
|
void |
WorkflowInstanceRepository.removeWorkflowInstance(WorkflowInstance wInst)
Removes the specified WorkflowInstance from the instance
repository. |
void |
MemoryWorkflowInstanceRepository.removeWorkflowInstance(WorkflowInstance wInst)
|
void |
LuceneWorkflowInstanceRepository.removeWorkflowInstance(WorkflowInstance wInst)
|
void |
DataSourceWorkflowInstanceRepository.removeWorkflowInstance(WorkflowInstance wInst)
|
void |
WorkflowInstanceRepository.updateWorkflowInstance(WorkflowInstance wInst)
Updates and persists the specified WorkflowInstance to the
instance repository. |
void |
MemoryWorkflowInstanceRepository.updateWorkflowInstance(WorkflowInstance wInst)
|
void |
LuceneWorkflowInstanceRepository.updateWorkflowInstance(WorkflowInstance wInst)
|
void |
DataSourceWorkflowInstanceRepository.updateWorkflowInstance(WorkflowInstance wInst)
|
Uses of InstanceRepositoryException in org.apache.oodt.cas.workflow.system |
---|
Methods in org.apache.oodt.cas.workflow.system that throw InstanceRepositoryException | |
---|---|
int |
XmlRpcWorkflowManager.getNumWorkflowInstances()
|
int |
XmlRpcWorkflowManager.getNumWorkflowInstancesByStatus(String status)
|
Hashtable |
XmlRpcWorkflowManager.paginateWorkflowInstances(int pageNum)
|
Hashtable |
XmlRpcWorkflowManager.paginateWorkflowInstances(int pageNum,
String status)
|
Uses of InstanceRepositoryException in org.apache.oodt.cas.workflow.util |
---|
Methods in org.apache.oodt.cas.workflow.util that throw InstanceRepositoryException | |
---|---|
WorkflowInstancePage |
Pagination.getPagedWorkflows(int pageNum)
Gets the WorkflowInstancePage identified by its
pageNum and associated status parameters. |
WorkflowInstancePage |
Pagination.getPagedWorkflows(int pageNum,
String status)
Gets the WorkflowInstancePage identified by its
pageNum and associated status parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |