|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.filenet.wcm.toolkit.server.base.WcmDpContainer
com.filenet.wcm.toolkit.server.base.WcmModule
com.filenet.wcm.toolkit.server.util.EProcessGranteeUtil
Utility class to support querying participants
Field Summary |
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule |
locale, NAME_DELIMITER |
Constructor Summary | |
EProcessGranteeUtil()
|
Method Summary | |
void |
cleanup()
Cleans up cached data. |
org.w3c.dom.Document |
fetchNextPage(int maxBufferSize)
Returns the next page of users or groups. |
org.w3c.dom.Document |
fetchSecurityDomains(boolean refresh)
Fetches for the security domain list. |
org.w3c.dom.Document |
findGroups(java.lang.String searchPattern,
int searchType,
int maxBufferSize)
Returns the groups xml based on the query parameters. |
org.w3c.dom.Document |
findGroups(java.lang.String domainId,
java.lang.String searchPattern,
int searchType,
int maxBufferSize)
Returns the groups xml based on the query parameters. |
org.w3c.dom.Document |
findUsers(java.lang.String searchPattern,
int searchType,
int maxBufferSize)
Returns the users xml based on the query parameters. |
org.w3c.dom.Document |
findUsers(java.lang.String domainId,
java.lang.String searchPattern,
int searchType,
int maxBufferSize)
Returns the users xml based on the query parameters. |
boolean |
hasNext()
Returns true if the search result has more data. |
void |
initialize()
Initializes the class data. |
Methods inherited from class com.filenet.wcm.toolkit.server.base.WcmModule |
addChild, addChild, addChild, debugTrace, getClassProperty, getClassProperty, getClassPropertyKeys, getConfiguration, getController, getDataStore, getModuleProperty, getModuleProperty, getModuleProperty, getModuleProperty, getModulePropertyKeys, getName, getParent, getWindowProperty, getWindowProperty, persist, queryDataProvider, setClassProperty, setClassProperty, setController, setModuleProperty, setModuleProperty, setName, setParent, setPortletParent, setWindowProperty |
Methods inherited from class com.filenet.wcm.toolkit.server.base.WcmDpContainer |
addDataProvider, addDataProvider |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface |
addDataProvider |
Constructor Detail |
public EProcessGranteeUtil() throws java.lang.Exception
Method Detail |
public void initialize() throws java.lang.Exception
initialize
in interface WcmModuleInterface
initialize
in class WcmModule
java.lang.Exception
- If there are problems.public org.w3c.dom.Document fetchSecurityDomains(boolean refresh) throws java.lang.Exception
java.lang.Exception
- If there are problems retrieving data.public org.w3c.dom.Document findUsers(java.lang.String searchPattern, int searchType, int maxBufferSize) throws java.lang.Exception
searchPattern
- String The value to query.searchType
- int The query criteria (STARTS WITH, CONTAINS, or ENDS WITH)maxBufferSize
- int The total item to be returned.
java.lang.Exception
- All Exceptions.public org.w3c.dom.Document findUsers(java.lang.String domainId, java.lang.String searchPattern, int searchType, int maxBufferSize) throws java.lang.Exception
domainId
- Stirng The domainId.searchPattern
- String The value to query.searchType
- int The query criteria (STARTS WITH, CONTAINS, or ENDS WITH)maxBufferSize
- int The total item to be returned.
java.lang.Exception
- All Exceptions.public org.w3c.dom.Document findGroups(java.lang.String searchPattern, int searchType, int maxBufferSize) throws java.lang.Exception
searchPattern
- String The value to query.searchType
- int The query criteria (STARTS WITH, CONTAINS, or ENDS WITH)maxBufferSize
- int The total item to be returned.
java.lang.Exception
- All Exceptions.public org.w3c.dom.Document findGroups(java.lang.String domainId, java.lang.String searchPattern, int searchType, int maxBufferSize) throws java.lang.Exception
domainId
- Stirng The domainId.searchPattern
- String The value to query.searchType
- int The query criteria (STARTS WITH, CONTAINS, or ENDS WITH)maxBufferSize
- int The total item to be returned.
java.lang.Exception
- All Exceptions.public org.w3c.dom.Document fetchNextPage(int maxBufferSize) throws java.lang.Exception
maxBufferSize
- int The total item to be returned.
java.lang.Exception
- All Exceptions.public boolean hasNext() throws java.lang.Exception
java.lang.Exception
- All Exceptions.public void cleanup() throws java.lang.Exception
cleanup
in interface WcmModuleInterface
cleanup
in class WcmModule
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |