org.obe.client.api.model
Interface OBEActivityInstance

All Superinterfaces:
WMActivityInstance

public interface OBEActivityInstance
extends WMActivityInstance

An extended activity instance interface that exposes all OBE activity instance system attributes directly. OBE returns instances of this interface from the WAPI.getActivityInstance(java.lang.String, java.lang.String) and WAPI.listActivityInstances(org.wfmc.wapi.WMFilter, boolean) methods.

Author:
Adrian Price

Method Summary
 java.util.Date getCompletedDate()
           
 java.util.Date getDueDate()
           
 java.lang.String getProcessDefinitionId()
           
 java.util.Date getStartedDate()
           
 java.util.Date getTargetDate()
           
 TemporalStatus getTemporalStatus()
           
 
Methods inherited from interface org.wfmc.wapi.WMActivityInstance
getActivityDefinitionId, getId, getName, getParticipants, getPriority, getProcessInstanceId, getState
 

Method Detail

getCompletedDate

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

getDueDate

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

getProcessDefinitionId

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

getStartedDate

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

getTargetDate

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

getTemporalStatus

public TemporalStatus getTemporalStatus()
See Also:
ActivityInstanceAttributes.TEMPORAL_STATUS


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