Uses of Class
org.oa4mp.server.api.admin.things.actions.Action
-
Packages that use Action Package Description org.oa4mp.server.api.admin.things org.oa4mp.server.api.admin.things.actions org.oa4mp.server.loader.oauth2.cm.util -
-
Uses of Action in org.oa4mp.server.api.admin.things
Methods in org.oa4mp.server.api.admin.things that return Action Modifier and Type Method Description static Action
SATFactory. getMethod(net.sf.json.JSONObject json)
-
Uses of Action in org.oa4mp.server.api.admin.things.actions
Subclasses of Action in org.oa4mp.server.api.admin.things.actions Modifier and Type Class Description class
ActionAdd
Created by Jeff Gaynor
on 10/10/16 at 10:52 AMclass
ActionApprove
Created by Jeff Gaynor
on 10/10/16 at 10:52 AMclass
ActionCreate
Created by Jeff Gaynor
on 10/10/16 at 10:52 AMclass
ActionExecute
Created by Jeff Gaynor
on 10/10/16 at 10:53 AMclass
ActionGet
Created by Jeff Gaynor
on 10/10/16 at 10:53 AMclass
ActionList
Created by Jeff Gaynor
on 10/10/16 at 10:54 AMclass
ActionRemove
Created by Jeff Gaynor
on 10/10/16 at 10:54 AMclass
ActionSet
Created by Jeff Gaynor
on 10/10/16 at 10:54 AMclass
ActionUnapprove
Created by Jeff Gaynor
on 12/2/16 at 11:55 AMclass
MissingAction
Created by Jeff Gaynor
on 11/22/16 at 12:00 PM -
Uses of Action in org.oa4mp.server.loader.oauth2.cm.util
Fields in org.oa4mp.server.loader.oauth2.cm.util declared as Action Modifier and Type Field Description Action
RequestFactory.RequestObject. action
Methods in org.oa4mp.server.loader.oauth2.cm.util with parameters of type Action Modifier and Type Method Description static AbstractDDRequest
RequestFactory. createRequest(BaseClient b, Type t, Action a, BaseClient c, net.sf.json.JSON x)
-