RetrieveEntity#

public class RetrieveEntity extends Entity#

Entity which is to be retrieved (i.e. read-only).

This class only exposes those constructors which are necessary for Entity which are to be retrieved (e.g. Entity(id)) and hide the others (e.g. Entity(XML-Represenation)).

Author:

Timm Fitschen

Constructors#

RetrieveEntity#

public RetrieveEntity()#

RetrieveEntity#

public RetrieveEntity(EntityID id)#

RetrieveEntity#

public RetrieveEntity(EntityID id, Role role)#

RetrieveEntity#

public RetrieveEntity(String name)#

RetrieveEntity#

public RetrieveEntity(EntityID id, String version)#

RetrieveEntity#

public RetrieveEntity(EntityID id, String name, String version)#

RetrieveEntity#

public RetrieveEntity(String name, String version)#

RetrieveEntity#

public RetrieveEntity(String name, Role role)#