|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.tibco.bpm.web.client.services.client.org.OrgBrowserClientService
com.tibco.bpm.web.client.services.client.org.DirectoryClientService
public class DirectoryClientService
| Field Summary |
|---|
| Fields inherited from class com.tibco.bpm.web.client.services.client.org.OrgBrowserClientService |
|---|
BASE_URL, XMLFRAGMENT |
| Constructor Summary | |
|---|---|
DirectoryClientService()
|
|
| Method Summary | |
|---|---|
void |
deleteContainer(long id,
com.google.gwt.user.client.rpc.AsyncCallback callback)
------------------------------------------------------------------------ deleteLdapContainer ------------------------------------------------------------------------ |
void |
getCandidateDetails(long containerId,
LdapResourceCandidatePayLoad candidate,
com.google.gwt.user.client.rpc.AsyncCallback<CandidateDetailsResponse> callback)
------------------------------------------------------------------------ getCandidateDetails ------------------------------------------------------------------------ |
static DirectoryClientService |
getInstance()
|
void |
listAttributeNames(java.lang.String ldapAlias,
java.lang.String ldapQuery,
int sampleSize,
java.lang.String baseDn,
com.google.gwt.user.client.rpc.AsyncCallback<ListAttributeNamesResponse> callback)
------------------------------------------------------------------------ listAttributeNames ------------------------------------------------------------------------ |
void |
listCandidateResources(int containerId,
com.google.gwt.user.client.rpc.AsyncCallback<LdapResourceCandidateResponse> callback)
------------------------------------------------------------------------ listCandidateResources ------------------------------------------------------------------------ |
void |
listConnections(com.google.gwt.user.client.rpc.AsyncCallback<LdapConnectionsResponse> callback)
------------------------------------------------------------------------ listConnections ------------------------------------------------------------------------ |
void |
listContainers(com.google.gwt.user.client.rpc.AsyncCallback<LdapContainerResponse> callback)
------------------------------------------------------------------------ listContainers ------------------------------------------------------------------------ |
void |
saveContainer(LdapContainerPayLoad container,
com.google.gwt.user.client.rpc.AsyncCallback<SaveLdapContainerResponse> callback)
------------------------------------------------------------------------ saveLdapContainer ------------------------------------------------------------------------ |
void |
updateContainer(long id,
LdapContainerPayLoad container,
com.google.gwt.user.client.rpc.AsyncCallback<UpdateLdapContainerResponse> callback)
------------------------------------------------------------------------ updateLdapContainer ------------------------------------------------------------------------ |
| Methods inherited from class com.tibco.bpm.web.client.services.client.org.OrgBrowserClientService |
|---|
cleanseResponse, getHeaders |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DirectoryClientService()
| Method Detail |
|---|
public static DirectoryClientService getInstance()
public void listContainers(com.google.gwt.user.client.rpc.AsyncCallback<LdapContainerResponse> callback)
callback - public void listConnections(com.google.gwt.user.client.rpc.AsyncCallback<LdapConnectionsResponse> callback)
callback -
public void listCandidateResources(int containerId,
com.google.gwt.user.client.rpc.AsyncCallback<LdapResourceCandidateResponse> callback)
containerId - callback -
public void listAttributeNames(java.lang.String ldapAlias,
java.lang.String ldapQuery,
int sampleSize,
java.lang.String baseDn,
com.google.gwt.user.client.rpc.AsyncCallback<ListAttributeNamesResponse> callback)
ldapAlias - ldapQuery - sampleSize - baseDn - callback -
public void saveContainer(LdapContainerPayLoad container,
com.google.gwt.user.client.rpc.AsyncCallback<SaveLdapContainerResponse> callback)
container - callback -
public void updateContainer(long id,
LdapContainerPayLoad container,
com.google.gwt.user.client.rpc.AsyncCallback<UpdateLdapContainerResponse> callback)
id - container - callback -
public void deleteContainer(long id,
com.google.gwt.user.client.rpc.AsyncCallback callback)
id - container - callback -
public void getCandidateDetails(long containerId,
LdapResourceCandidatePayLoad candidate,
com.google.gwt.user.client.rpc.AsyncCallback<CandidateDetailsResponse> callback)
containerId - candidate - callback -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||