Uses of Class
com.cafesoft.cams.access.InvalidResourceException

Packages that use InvalidResourceException
com.cafesoft.cams.access Cams access control service support. 
com.cafesoft.cams.access.url Cams URL Resource Request Package  
 

Uses of InvalidResourceException in com.cafesoft.cams.access
 

Methods in com.cafesoft.cams.access that throw InvalidResourceException
 ResourceRequest ResourceRequestFactory.createResourceRequest(ResourceType type, String id, String actions)
          Create a ResourceRequest.
protected  void AbstractResourceRequest.parseActions(String actions)
          Parse the actions.
protected  void AbstractResourceRequest.parseId(String id)
          Parse the id.
 void AbstractResourceRequest.setActions(String actions)
          Set the actions being performed on the Resource
 void ResourceRequest.setActions(String actions)
          Set the actions being performed on the Resource
 void AbstractResourceRequest.setId(String id)
          Set the Resource's Id
 void ResourceRequest.setId(String id)
          Set the Resource's Id
 

Constructors in com.cafesoft.cams.access that throw InvalidResourceException
AbstractResourceRequest(ResourceType type, String id, String actions)
          Create a new AbstractResourceRequest object.
 

Uses of InvalidResourceException in com.cafesoft.cams.access.url
 

Methods in com.cafesoft.cams.access.url that throw InvalidResourceException
 ResourceRequest UrlResourceRequestFactory.createResourceRequest(ResourceType type, String id, String actions)
          Create a ResourceRequest.
protected  void UrlResourceRequest.parseActions(String actions)
          Parse the actions.
protected  void UrlResourceRequest.parseId(String id, boolean removePathParams)
          Parse the id.
 

Constructors in com.cafesoft.cams.access.url that throw InvalidResourceException
UrlResourceRequest(Map schemeMap, ResourceType type, String id, String actions, boolean removePathParams)
          Create a new UrlResourceRequest object.
 



Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.