Uses of Class
org.universAAL.support.utils.service.Remove

Packages that use Remove
org.universAAL.support.utils.service Contains raw helper classes to deal with Service concepts of universAAL. 
org.universAAL.support.utils.service.low Contains low level helper classes to deal with Service concepts of universAAL. 
org.universAAL.support.utils.service.mid Contains normal helper classes to deal with Service concepts of universAAL. 
 

Uses of Remove in org.universAAL.support.utils.service
 

Methods in org.universAAL.support.utils.service that return Remove
static Remove Arg.remove(Object byValue)
          Equivalent to new Remove(byValue);.
static Remove Arg.remove(String byTypeURI)
          Equivalent to new Remove(byTypeURI);.
 

Uses of Remove in org.universAAL.support.utils.service.low
 

Methods in org.universAAL.support.utils.service.low with parameters of type Remove
 void Request.put(Path branch, Remove leaf)
          Equivalent to put(String[] branch, Remove leaf).
 String Profile.put(Path branch, Remove leaf, String uriID)
          Use this helper method to declare an argument over a Profile, specifying that you will remove, from the given branch of properties, a value instance of type expressed with Remove argument.
 String Profile.put(Path branch, Remove leaf, String uriID, int minCard, int maxCard)
          Use this helper method to declare an argument over a Profile, specifying that you will remove, from the given branch of properties, a value instance of type expressed with Remove argument, and with the specific allowed cardinality.
 void Request.put(String[] branch, Remove leaf)
          Use this helper method to declare an argument over a Request, specifying that you want to remove, from the given branch of properties, the value instance expressed with Remove argument.
 String Profile.put(String[] branch, Remove leaf, String uriID)
          Use this helper method to declare an argument over a Profile, specifying that you will remove, from the given branch of properties, a value instance of type expressed with Remove argument.
 

Uses of Remove in org.universAAL.support.utils.service.mid
 

Methods in org.universAAL.support.utils.service.mid with parameters of type Remove
static ServiceRequest UtilEditor.requestRemove(String ontologyURI, String[] path, Remove argRemove)
          Gives you the typical REMOVE service request for editor services.
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.