Uses of Class
com.ca.jcs.sdkws.SDKWSMetaConnector

Packages that use SDKWSMetaConnector
com.ca.jcs.sdkws This package contains an example that demonstrates the implementation of a web service JCS hosted connector. 
com.ca.jcs.sdkws.core This package contains classes core to the SDKWS connector. 
com.ca.jcs.sdkws.forwardinc This package contains the classes for interacting with the sample (Forward Inc) web service endpoint that is shipped with the SDKWS connector. 
 

Uses of SDKWSMetaConnector in com.ca.jcs.sdkws
 

Constructors in com.ca.jcs.sdkws with parameters of type SDKWSMetaConnector
SDKWSAttributeStyleOpProcessor(SDKWSMetaConnector connector)
          Create connector.
 

Uses of SDKWSMetaConnector in com.ca.jcs.sdkws.core
 

Methods in com.ca.jcs.sdkws.core with parameters of type SDKWSMetaConnector
 boolean SDKWSHelper.doAdd(SDKWSMetaConnector connector, Attributes attrs)
          Create a ws object to be added to ws endpoint via ws operation.
 void SDKWSHelper.doConnectionCheck(SDKWSMetaConnector connector)
          Method for doing a connection check.
 boolean SDKWSHelper.doDelete(SDKWSMetaConnector connector, String namingValue)
          Delete a ws object from ws endpoint via ws operation.
 Attributes SDKWSHelper.doLookUp(SDKWSMetaConnector connector, String namingValue, String[] attrIds)
          Handles base level searches.
 boolean SDKWSHelper.doModify(SDKWSMetaConnector connector, String id, ModificationItem[] modItems)
          Modify a ws object from ws endpoint via ws operation.
 NamingEnumeration<SearchResult> SDKWSHelper.doSearch(SDKWSMetaConnector connector, String connectorClassName, FilterInfo filterInfo)
          Handles all searches, or only onelevel and subtree searches.
 

Uses of SDKWSMetaConnector in com.ca.jcs.sdkws.forwardinc
 

Methods in com.ca.jcs.sdkws.forwardinc with parameters of type SDKWSMetaConnector
 boolean UserHelper.doAdd(SDKWSMetaConnector connector, Attributes attrs)
          Adds a user to the endpoint.
 boolean GroupHelper.doAdd(SDKWSMetaConnector connector, Attributes attrs)
          Adds a group to the endpoint.
 void UserHelper.doConnectionCheck(SDKWSMetaConnector connector)
          Method for doing a connection check.
 void GroupHelper.doConnectionCheck(SDKWSMetaConnector connector)
          Method for doing a connection check.
 boolean UserHelper.doDelete(SDKWSMetaConnector connector, String id)
          Deletes user from the endpoint.
 boolean GroupHelper.doDelete(SDKWSMetaConnector connector, String id)
          Deletes group from the endpoint.
 Attributes UserHelper.doLookUp(SDKWSMetaConnector connector, String id, String[] attrIds)
          Look up the user from the endpoint.
 Attributes GroupHelper.doLookUp(SDKWSMetaConnector connector, String id, String[] attrIds)
          Look up the group from the endpoint.
 boolean UserHelper.doModify(SDKWSMetaConnector connector, String id, ModificationItem[] modItems)
          Modify a ws object from ws endpoint via ws operation.
 boolean GroupHelper.doModify(SDKWSMetaConnector connector, String id, ModificationItem[] modItems)
          Modify a ws object from ws endpoint via ws operation.
 NamingEnumeration<SearchResult> UserHelper.doSearch(SDKWSMetaConnector connector, String connObjectClass, FilterInfo filterInfo)
          Searches for users with the given SQL query.
 NamingEnumeration<SearchResult> GroupHelper.doSearch(SDKWSMetaConnector connector, String connectorClassName, FilterInfo filterInfo)
          Handles all searches, or only onelevel and subtree searches.
 void UserHelper.releaseHandle(SDKWSMetaConnector connector, int handleId)
          Informs the endpoint that this handle is no longer needed.
 UserServiceStub.User[] UserHelper.searchUsers(SDKWSMetaConnector connector, int handleId, int startIndex, int endIndex)
          searchUsers should have been called before using this method.
 UserServiceStub.Handle UserHelper.searchUsers(SDKWSMetaConnector connector, String query)
          Searches for users with the given SQL query.
 

Constructors in com.ca.jcs.sdkws.forwardinc with parameters of type SDKWSMetaConnector
UserNamingEnumeration(SDKWSMetaConnector connector, String connObjectClass, int handleID, int resultSize)
          Constructor that sets the handle id and the resultSize of the result set.
UserNamingEnumeration(SDKWSMetaConnector connector, String connObjectClass, int handleID, int resultSize, int pageSize)
          Constructor that sets the handle id and the resultSize of the result set.
 



Created 2011-07-14 13:27 EST