|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WorklistRuntimeMBean
MBean for accessing runtime information about the worklist
Field Summary | |
---|---|
static long |
CACHING_STUB_SVUID
Deprecated. The magic number that is used to generate the serialVersionUID of the generated MBean Stub (xxxMBean_Stub). |
static String |
NAME
Deprecated. bringing forward from impl to interface. |
Method Summary | |
---|---|
void |
abortTask(String taskId)
Deprecated. |
void |
archiveTasks()
Deprecated. |
void |
assignToUser(String userName,
String taskId)
Deprecated. |
String |
assignToUserInGroup(String groupName,
String taskId)
Deprecated. |
void |
assignToUsersAndGroups(String[] userNamesAndOrGroupNames,
String taskId)
Deprecated. |
void |
claimTask(String taskId)
Deprecated. |
void |
claimTask(String user,
String taskId)
Deprecated. |
void |
completeTask(String taskId)
Deprecated. |
void |
deleteTask(String taskId)
Deprecated. |
void |
deleteTasks(TaskSelector selector)
Deprecated. |
int |
getSelectedTasksNumber(TaskSelector selector)
Deprecated. |
long |
getSystemWideAbortableTaskCount()
Deprecated. |
long |
getSystemWideReassignableTaskCount()
Deprecated. |
long |
getSystemWideReturnableTaskCount()
Deprecated. |
long |
getSystemWideSelectedTasksNumber()
Deprecated. |
long |
getSystemWideTaskCount()
Deprecated. |
String[] |
getTaskIds(TaskSelector selector)
Deprecated. |
TaskInfo |
getTaskInfo(String taskId)
Deprecated. |
TaskInfo[] |
getTaskInfos(TaskSelector selector)
Deprecated. |
String[] |
getTaskProperties(String[] propertyNames,
String taskId)
Deprecated. |
String[] |
getTaskPropertiesNames(String taskId)
Deprecated. Return all the task properties names |
String |
getTaskProperty(String propertyName,
String taskId)
Deprecated. get a task Property |
TaskMessage |
getTaskRequest(String taskId)
Deprecated. |
XmlObject |
getTaskRequestAsXmlObject(String taskId)
Deprecated. |
TaskMessage |
getTaskResponse(String taskId)
Deprecated. |
XmlObject |
getTaskResponseAsXmlObject(String taskId)
Deprecated. |
void |
purgeTasks()
Deprecated. |
String[] |
removeTaskProperties(String[] propertyNames,
String taskId)
Deprecated. Return the values of the removed properties, the value is null if not found |
void |
resumeTask(String taskId)
Deprecated. |
void |
returnTask(String taskId)
Deprecated. |
void |
setTaskCanBeAborted(Boolean value,
String taskId)
Deprecated. |
void |
setTaskCanBeReassigned(Boolean value,
String taskId)
Deprecated. |
void |
setTaskCanBeReturned(Boolean value,
String taskId)
Deprecated. |
void |
setTaskClaimDueBusinessDate(BusinessTime time,
String taskId)
Deprecated. |
void |
setTaskClaimDueDate(Date claimDueDate,
String taskId)
Deprecated. |
void |
setTaskComment(String comment,
String taskId)
Deprecated. |
void |
setTaskCompletionDueBusinessDate(BusinessTime time,
String taskId)
Deprecated. |
void |
setTaskCompletionDueDate(Date completeDueDate,
String taskId)
Deprecated. |
void |
setTaskOwner(String owner,
String taskId)
Deprecated. |
void |
setTaskPriority(Integer priority,
String taskId)
Deprecated. |
String[] |
setTaskProperties(String[] propertyNames,
String[] values,
String taskId)
Deprecated. |
String |
setTaskProperty(String propertyName,
String value,
String taskId)
Deprecated. Return the previous value if there was one |
void |
setTaskRequest(TaskMessage request,
String taskId)
Deprecated. |
void |
setTaskRequestAsXmlObject(XmlObject request,
String mimeType,
String taskId)
Deprecated. |
void |
setTaskResponse(TaskMessage response,
String taskId)
Deprecated. |
void |
setTaskResponseAsXmlObject(XmlObject response,
String mimeType,
String taskId)
Deprecated. |
void |
startTask(String taskId)
Deprecated. |
void |
stopTask(String taskId)
Deprecated. |
void |
suspendTask(String taskId)
Deprecated. |
Methods inherited from interface weblogic.management.runtime.RuntimeMBean |
---|
addPropertyChangeListener, preDeregister, removePropertyChangeListener |
Methods inherited from interface weblogic.management.WebLogicMBean |
---|
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent |
Methods inherited from interface javax.management.DynamicMBean |
---|
getAttribute, getAttributes, invoke, setAttribute, setAttributes |
Methods inherited from interface javax.management.MBeanRegistration |
---|
postDeregister, postRegister, preRegister |
Methods inherited from interface javax.management.NotificationBroadcaster |
---|
addNotificationListener, getNotificationInfo, removeNotificationListener |
Field Detail |
---|
static final long CACHING_STUB_SVUID
- remove an existing method.
- change the signature of an existing "getter" or "setter" method.
- change the signature of an existing "boolean getter", i.e, "boolean isEnabled()"
Otherwise you don't need to change this value. For instance you can add new methods, or you can change the signature of methods that don't start with "get", "set" or "is". If you are in doubt then change the SVUID. It is a good idea to increment this value when changing.
static final String NAME
Method Detail |
---|
int getSelectedTasksNumber(TaskSelector selector) throws MBeanException
MBeanException
TaskInfo getTaskInfo(String taskId) throws MBeanException
MBeanException
TaskInfo[] getTaskInfos(TaskSelector selector) throws MBeanException
MBeanException
String[] getTaskIds(TaskSelector selector) throws MBeanException
MBeanException
void assignToUser(String userName, String taskId) throws MBeanException
MBeanException
String assignToUserInGroup(String groupName, String taskId) throws MBeanException
MBeanException
void assignToUsersAndGroups(String[] userNamesAndOrGroupNames, String taskId) throws MBeanException
MBeanException
void claimTask(String taskId) throws MBeanException
MBeanException
void claimTask(String user, String taskId) throws MBeanException
MBeanException
void returnTask(String taskId) throws MBeanException
MBeanException
void startTask(String taskId) throws MBeanException
MBeanException
void stopTask(String taskId) throws MBeanException
MBeanException
void suspendTask(String taskId) throws MBeanException
MBeanException
void resumeTask(String taskId) throws MBeanException
MBeanException
void completeTask(String taskId) throws MBeanException
MBeanException
void abortTask(String taskId) throws MBeanException
MBeanException
void setTaskComment(String comment, String taskId) throws MBeanException
comment
- taskId
-
MBeanException
void setTaskPriority(Integer priority, String taskId) throws MBeanException
priority
- taskId
-
MBeanException
void setTaskCompletionDueDate(Date completeDueDate, String taskId) throws MBeanException
completeDueDate
- taskId
-
MBeanException
void setTaskClaimDueDate(Date claimDueDate, String taskId) throws MBeanException
claimDueDate
- taskId
-
MBeanException
void setTaskCompletionDueBusinessDate(BusinessTime time, String taskId) throws MBeanException
time
- taskId
-
MBeanException
void setTaskClaimDueBusinessDate(BusinessTime time, String taskId) throws MBeanException
time
- taskId
-
MBeanException
void setTaskOwner(String owner, String taskId) throws MBeanException
owner
- taskId
-
MBeanException
void setTaskCanBeReassigned(Boolean value, String taskId) throws MBeanException
value
- taskId
-
MBeanException
void setTaskCanBeReturned(Boolean value, String taskId) throws MBeanException
value
- taskId
-
MBeanException
void setTaskCanBeAborted(Boolean value, String taskId) throws MBeanException
value
- taskId
-
MBeanException
TaskMessage getTaskRequest(String taskId) throws MBeanException
MBeanException
XmlObject getTaskRequestAsXmlObject(String taskId) throws MBeanException
MBeanException
void setTaskRequest(TaskMessage request, String taskId) throws MBeanException
request
- taskId
-
MBeanException
void setTaskRequestAsXmlObject(XmlObject request, String mimeType, String taskId) throws MBeanException
request
- mimeType
- taskId
-
MBeanException
TaskMessage getTaskResponse(String taskId) throws MBeanException
MBeanException
XmlObject getTaskResponseAsXmlObject(String taskId) throws MBeanException
MBeanException
void setTaskResponse(TaskMessage response, String taskId) throws MBeanException
response
- taskId
-
MBeanException
void setTaskResponseAsXmlObject(XmlObject response, String mimeType, String taskId) throws MBeanException
response
- mimeType
- taskId
-
MBeanException
String getTaskProperty(String propertyName, String taskId) throws MBeanException
propertyName
- taskId
-
MBeanException
String[] getTaskProperties(String[] propertyNames, String taskId) throws MBeanException
MBeanException
String setTaskProperty(String propertyName, String value, String taskId) throws MBeanException
propertyName
- value
- taskId
-
MBeanException
String[] setTaskProperties(String[] propertyNames, String[] values, String taskId) throws MBeanException
propertyNames
- values
- taskId
-
MBeanException
String[] getTaskPropertiesNames(String taskId) throws MBeanException
taskId
-
MBeanException
String[] removeTaskProperties(String[] propertyNames, String taskId) throws MBeanException
propertyNames
- taskId
-
MBeanException
void archiveTasks() throws MBeanException
MBeanException
void purgeTasks() throws MBeanException
MBeanException
void deleteTask(String taskId) throws MBeanException
taskId
-
MBeanException
void deleteTasks(TaskSelector selector) throws MBeanException
selector
-
MBeanException
long getSystemWideSelectedTasksNumber() throws MBeanException
MBeanException
long getSystemWideTaskCount() throws MBeanException
MBeanException
long getSystemWideAbortableTaskCount() throws MBeanException
MBeanException
long getSystemWideReassignableTaskCount() throws MBeanException
MBeanException
long getSystemWideReturnableTaskCount() throws MBeanException
MBeanException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |