Class Transformation
- java.lang.Object
-
- de.aristaflow.ilm.ws.rest.model.orgmodel.Transformation
-
public class Transformation extends Object
-
-
Constructor Summary
Constructors Constructor Description Transformation()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static <T extends Entity>
TfillEntity(EntityType entType, Map<String,Object> attrs, T ret)
protected static <T extends Entity>
TfillEntity(EntityType entType, javax.ws.rs.core.MultivaluedMap<String,String> attrs, T ret)
static Entity
fromRest(EntityType entType, Map<String,Object> attrs)
static Entity
fromRest(EntityType entType, javax.ws.rs.core.MultivaluedMap<String,String> attrs)
static Entity
fromRest(Long id, EntityType entType, Map<String,Object> attrs)
static Entity
fromRest(Long id, EntityType entType, javax.ws.rs.core.MultivaluedMap<String,String> attrs)
static Entity
toRest(Entity entity)
static EntityInitialRemoteIteratorData
toRest(EntityInitialRemoteIteratorData rid)
-
-
-
Method Detail
-
fromRest
public static Entity fromRest(EntityType entType, Map<String,Object> attrs)
-
fillEntity
protected static <T extends Entity> T fillEntity(EntityType entType, Map<String,Object> attrs, T ret)
-
fromRest
public static Entity fromRest(Long id, EntityType entType, javax.ws.rs.core.MultivaluedMap<String,String> attrs)
-
fromRest
public static Entity fromRest(EntityType entType, javax.ws.rs.core.MultivaluedMap<String,String> attrs)
-
fillEntity
protected static <T extends Entity> T fillEntity(EntityType entType, javax.ws.rs.core.MultivaluedMap<String,String> attrs, T ret)
-
toRest
public static EntityInitialRemoteIteratorData toRest(EntityInitialRemoteIteratorData rid)
-
-