com.retek.component.task
Interface Task
- All Superinterfaces:
- BusinessObject, com.retek.swing11.commons.type.Displayable, DistributedObject
- All Known Implementing Classes:
- TaskImpl
- public interface Task
- extends DistributedObject, com.retek.swing11.commons.type.Displayable
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.swing11.commons.type.Displayable |
toDisplayString |
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
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 © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28