IdAndServerMessagesOnlyStrategy =============================== .. java:package:: org.caosdb.server.entity.xml :noindex: .. java:type:: public class IdAndServerMessagesOnlyStrategy extends SerializeFieldStrategy Special purpose subclass of \ :java:ref:`SerializeFieldStrategy`\ which only serializes the id and the server messages (error, warning, info). This strategy is used when the client doesn't have the permission to retrieve and entity. :author: Timm Fitschen Methods ------- isToBeSet ^^^^^^^^^ .. java:method:: @Override public boolean isToBeSet(String field) :outertype: IdAndServerMessagesOnlyStrategy