public interface ITask
writer factory
methods. This methods provide validation of the properties settings.
Copyright 2004 SAP AG| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_PRIORITY
Default value to set the task priority to a maximum (100).
|
static int |
MIN_PRIORITY
Default value to set the task priority to a minimum (0).
|
static int |
NORM_PRIORITY
Default task priority (50).
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCreatedBy()
Returns the user who created this entry.
|
Date |
getCreationDate()
Returns the date this entry was created.
|
String |
getDescription()
Returns a short description
|
String |
getID()
The tasks unique id will be created by the underlying persistence layer.
|
Date |
getLastModified()
The last time the task state was changed.
|
String |
getNamespace()
Returns the namespace this entry is assigned to.
|
int |
getPriority()
Gets the priority of this task.
|
Properties |
getProperties()
Returns the complete property bundle of this task queue
|
TaskState |
getState()
The current state of this task.
|
String |
getValue(String name)
Returns the property value for the specified key.
|
static final int MIN_PRIORITY
static final int NORM_PRIORITY
static final int MAX_PRIORITY
String getID()
String getNamespace()
String getCreatedBy()
Date getCreationDate()
TaskState getState()
Date getLastModified()
int getPriority()
queue. Default settings are MIN_PRIORITY,
NORM_PRIORITY and MAX_PRIORITY.String getValue(String name)
name - a unique nameProperties getProperties()
String getDescription()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
Copyright 2021 SAP SE Complete Copyright Notice