|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Action | |
---|---|
ccc.api.core | |
ccc.api.jaxrs | |
ccc.client.actions | |
ccc.plugins.s11n.json | |
ccc.services.ejb3 | EJB3 implementation of the CCC API. |
Uses of Action in ccc.api.core |
---|
Methods in ccc.api.core with parameters of type Action | |
---|---|
ActionSummary |
Actions.create(Action action)
Create a new scheduled action. |
Uses of Action in ccc.api.jaxrs |
---|
Methods in ccc.api.jaxrs with parameters of type Action | |
---|---|
ActionSummary |
ActionsImpl.create(Action action)
Create a new scheduled action. |
Uses of Action in ccc.client.actions |
---|
Methods in ccc.client.actions with parameters of type Action | |
---|---|
Request |
CreateActionAction.createAction(Action action)
Create a new action. |
Uses of Action in ccc.plugins.s11n.json |
---|
Methods in ccc.plugins.s11n.json that return Action | |
---|---|
Action |
ActionSerializer.read(Json json)
Deserialize from a representation. |
Methods in ccc.plugins.s11n.json with parameters of type Action | |
---|---|
Json |
ActionSerializer.write(Json json,
Action instance)
Serialize to representation. |
Uses of Action in ccc.services.ejb3 |
---|
Methods in ccc.services.ejb3 with parameters of type Action | |
---|---|
ActionSummary |
ActionsEJB.create(Action action)
Create a new scheduled action. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |