org.obe.client.api.model
Interface OBEWorkItem

All Superinterfaces:
WMWorkItem
All Known Implementing Classes:
WMWorkItemImpl

public interface OBEWorkItem
extends WMWorkItem

An extended work item interface that exposes all OBE work item system attributes directly. OBE returns instances of this interface from the WAPI.getWorkItem(java.lang.String, java.lang.String) and WAPI.listWorkItems(org.wfmc.wapi.WMFilter, boolean) methods.

Author:
Adrian Price

Method Summary
 java.util.Date getCompletedDate()
           
 java.util.Date getDueDate()
           
 java.lang.String getPerformer()
           
 java.lang.String getProcessDefinitionId()
           
 java.util.Date getStartedDate()
           
 java.util.Date getTargetDate()
           
 TemporalStatus getTemporalStatus()
           
 int getToolIndex()
           
 
Methods inherited from interface org.wfmc.wapi.WMWorkItem
getActivityDefinitionId, getActivityInstanceId, getId, getName, getParticipant, getPriority, getProcessInstanceId, getState
 

Method Detail

getCompletedDate

public java.util.Date getCompletedDate()
See Also:
WorkItemAttributes.COMPLETED_DATE

getDueDate

public java.util.Date getDueDate()
See Also:
WorkItemAttributes.DUE_DATE

getPerformer

public java.lang.String getPerformer()
See Also:
WorkItemAttributes.PERFORMER

getProcessDefinitionId

public java.lang.String getProcessDefinitionId()
See Also:
WorkItemAttributes.PROCESS_DEFINITION_ID

getStartedDate

public java.util.Date getStartedDate()
See Also:
WorkItemAttributes.STARTED_DATE

getTargetDate

public java.util.Date getTargetDate()
See Also:
WorkItemAttributes.TARGET_DATE

getTemporalStatus

public TemporalStatus getTemporalStatus()
See Also:
WorkItemAttributes.TEMPORAL_STATUS

getToolIndex

public int getToolIndex()
See Also:
WorkItemAttributes.TOOL_INDEX


SourceForge.net Logo OBE-1.0 Copyright (C) 2002-2006 Adrian Price. All Rights Reserved.