com.retek.component.task
Interface Task

All Superinterfaces:
BusinessObject, com.retek.swing11.commons.type.Displayable, DistributedObject

public interface Task
extends DistributedObject, com.retek.swing11.commons.type.Displayable


Field Summary
static java.lang.String LONG_DESCRIPTION
           
static java.lang.String SHORT_DESCRIPTION
           
static java.lang.String TASK_ROUTING
           
static java.lang.String TASK_TYPE
           
 
Method Summary
 java.lang.String getLongDescription()
           
 RoutingAttribute getRoutingAttribute()
           
 java.lang.String getShortDescription()
           
 TaskType getTaskType()
           
 boolean isAutoResolve()
           
 boolean isAutoResolveOverridable()
           
 boolean isSystematic()
           
 void setAutoResolvable(boolean isAutoResolvable)
          Sets the autoresolve flag on the Task
 void setLongDescription(java.lang.String longDescription)
           
 void setRoutingAttribute(RoutingAttribute routingAttribute)
          Sets the RoutingAttribute on the Task
 void setShortDescription(java.lang.String shortDescription)
           
 void submit()
          Persist this Task to the database and perform all task submit validation.
 
Methods inherited from interface com.retek.commons.component.DistributedObject
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 
Methods inherited from interface com.retek.swing11.commons.type.Displayable
toDisplayString
 

Field Detail

TASK_TYPE

public static final java.lang.String TASK_TYPE
See Also:
Constant Field Values

SHORT_DESCRIPTION

public static final java.lang.String SHORT_DESCRIPTION
See Also:
Constant Field Values

LONG_DESCRIPTION

public static final java.lang.String LONG_DESCRIPTION
See Also:
Constant Field Values

TASK_ROUTING

public static final java.lang.String TASK_ROUTING
See Also:
Constant Field Values
Method Detail

getTaskType

public TaskType getTaskType()
                     throws SystemException
Throws:
SystemException

getShortDescription

public java.lang.String getShortDescription()
                                     throws SystemException
Throws:
SystemException

getLongDescription

public java.lang.String getLongDescription()
                                    throws SystemException
Throws:
SystemException

getRoutingAttribute

public RoutingAttribute getRoutingAttribute()
                                     throws SystemException
Throws:
SystemException

isSystematic

public boolean isSystematic()
                     throws SystemException
Throws:
SystemException

isAutoResolve

public boolean isAutoResolve()
                      throws SystemException
Throws:
SystemException

isAutoResolveOverridable

public boolean isAutoResolveOverridable()
                                 throws SystemException
Throws:
SystemException

setShortDescription

public void setShortDescription(java.lang.String shortDescription)
                         throws SystemException
Throws:
SystemException

setLongDescription

public void setLongDescription(java.lang.String longDescription)
                        throws SystemException
Throws:
SystemException

setRoutingAttribute

public void setRoutingAttribute(RoutingAttribute routingAttribute)
                         throws SystemException
Sets the RoutingAttribute on the Task

Throws:
SystemException
BusinessException

setAutoResolvable

public void setAutoResolvable(boolean isAutoResolvable)
                       throws SystemException,
                              BusinessException
Sets the autoresolve flag on the Task

Throws:
SystemException
BusinessException

submit

public void submit()
            throws SystemException,
                   BusinessException
Persist this Task to the database and perform all task submit validation.

Throws:
SystemException
BusinessException


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25