public abstract class InstallationWorker<BLUEPRINT extends InstallationBlueprint<BLUEPRINT,EDITOR,PARENT,WORKER,CONTEXT>,EDITOR extends InstallationEditor<BLUEPRINT,EDITOR,PARENT,WORKER,CONTEXT>,PARENT extends org.jboss.aerogear.unifiedpush.api.Variant,CONTEXT extends InstallationContext<BLUEPRINT,EDITOR,PARENT,WORKER,CONTEXT>,WORKER extends InstallationWorker<BLUEPRINT,EDITOR,PARENT,CONTEXT,WORKER>> extends AbstractUPSWorker<org.jboss.aerogear.unifiedpush.api.Installation,String,BLUEPRINT,EDITOR,PARENT,CONTEXT,WORKER>
| Constructor and Description |
|---|
InstallationWorker() |
| Modifier and Type | Method and Description |
|---|---|
List<EDITOR> |
create(CONTEXT context,
Collection<? extends BLUEPRINT> blueprints) |
void |
deleteById(CONTEXT context,
String id) |
EDITOR |
demarshall(CONTEXT context,
com.jayway.restassured.path.json.JsonPath jsonPath) |
org.json.simple.JSONObject |
marshall(org.jboss.aerogear.unifiedpush.api.Installation entity) |
EDITOR |
read(CONTEXT context,
String id) |
List<EDITOR> |
readAll(CONTEXT context) |
void |
unregister(CONTEXT context,
Collection<? extends org.jboss.aerogear.unifiedpush.api.Installation> entities) |
void |
update(CONTEXT context,
Collection<? extends org.jboss.aerogear.unifiedpush.api.Installation> entities) |
contentType, delete, getContentTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateContextpublic org.json.simple.JSONObject marshall(org.jboss.aerogear.unifiedpush.api.Installation entity)
public EDITOR demarshall(CONTEXT context, com.jayway.restassured.path.json.JsonPath jsonPath)
public List<EDITOR> create(CONTEXT context, Collection<? extends BLUEPRINT> blueprints)
public void unregister(CONTEXT context, Collection<? extends org.jboss.aerogear.unifiedpush.api.Installation> entities)
public void update(CONTEXT context, Collection<? extends org.jboss.aerogear.unifiedpush.api.Installation> entities)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.