deegree 2.3 (2010/04/09 10:10 build-4-official)

Uses of Class
org.deegree.security.drm.model.Service

Packages that use Service
org.deegree.security.drm   
 

Uses of Service in org.deegree.security.drm
 

Methods in org.deegree.security.drm that return Service
 Service SecurityRegistry.getServiceByAddress(SecurityAccess access, String address)
           
 Service SQLRegistry.getServiceByAddress(SecurityAccess access, String address)
           
 Service SecurityAccess.getServiceByAddress(String address)
           
 Service SecurityRegistry.registerService(SecurityTransaction transaction, String address, String title, List<StringPair> objects, String type)
           
 Service SQLRegistry.registerService(SecurityTransaction transaction, String address, String title, List<StringPair> objects, String type)
           
 Service SecurityTransaction.registerService(String address, String title, List<StringPair> objects, String type)
           
 

Methods in org.deegree.security.drm that return types with arguments of type Service
 LinkedList<Service> SecurityAccess.getAllServices()
           
 LinkedList<Service> SecurityRegistry.getAllServices(SecurityAccess access)
           
 LinkedList<Service> SQLRegistry.getAllServices(SecurityAccess access)
           
 

Methods in org.deegree.security.drm with parameters of type Service
 void SecurityRegistry.deregisterService(SecurityTransaction transaction, Service service)
           
 void SQLRegistry.deregisterService(SecurityTransaction transaction, Service service)
           
 void SecurityTransaction.deregisterService(Service service)
           
 void SecurityRegistry.editService(SecurityTransaction securityTransaction, Service service, String newTitle, String newAddress)
           
 void SQLRegistry.editService(SecurityTransaction transaction, Service service, String newTitle, String newAddress)
           
 void SecurityTransaction.editService(Service service, String newTitle, String newAddress)
           
 void SecurityRegistry.renameObject(SecurityTransaction securityTransaction, Service service, String oldName, String newName)
           
 void SQLRegistry.renameObject(SecurityTransaction transaction, Service service, String oldName, String newName)
           
 void SecurityTransaction.renameObject(Service service, String oldName, String newName)
           
 void SecurityRegistry.updateService(SecurityTransaction securityTransaction, Service oldService, Service newService)
           
 void SQLRegistry.updateService(SecurityTransaction transaction, Service oldService, Service newService)
           
 void SecurityTransaction.updateService(Service oldService, Service newService)
           
 


deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org