|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WorkSubstituteMBean
MBean for accessing work substitute configuration for Worklist
Method Summary | |
---|---|
String[] |
addWorkSubstituteRules(String rulesXML)
Add substitute rules using the XML for a WorkSubstituteRulesDocument instance, generated by calling WorkSubstituteRulesDocument.xmlText(). |
int |
getAllWorkSubstituteRuleCount()
|
WorkSubstituteRulesDocument |
getAllWorkSubstituteRules()
|
String |
getWorkSubstitute(String user,
Date date)
|
WorkSubstituteRuleType |
getWorkSubstituteRule(String ruleId)
|
WorkSubstituteRulesDocument |
getWorkSubstituteRulesWithSource(String source)
|
WorkSubstituteRulesDocument |
getWorkSubstituteRulesWithTarget(String target)
|
void |
removeWorkSubstituteRules(String[] workSubstituteRuleIds)
|
void |
updateWorkSubstituteRules(String rulesXML)
Update substitute rules using the XML for a WorkSubstituteRulesDocument instance, generated by calling WorkSubstituteRulesDocument.xmlText(). |
Method Detail |
---|
WorkSubstituteRulesDocument getAllWorkSubstituteRules() throws ManagementException
ManagementException
WorkSubstituteRulesDocument getWorkSubstituteRulesWithSource(String source) throws ManagementException
ManagementException
WorkSubstituteRulesDocument getWorkSubstituteRulesWithTarget(String target) throws ManagementException
ManagementException
String getWorkSubstitute(String user, Date date) throws ManagementException
ManagementException
WorkSubstituteRuleType getWorkSubstituteRule(String ruleId) throws ManagementException
ManagementException
void updateWorkSubstituteRules(String rulesXML) throws ManagementException
rulesXML
-
ManagementException
void removeWorkSubstituteRules(String[] workSubstituteRuleIds) throws ManagementException
workSubstituteRuleIds
-
ManagementException
String[] addWorkSubstituteRules(String rulesXML) throws ManagementException
rulesXML
-
ManagementException
int getAllWorkSubstituteRuleCount() throws ManagementException
ManagementException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |