Class EntityFetchBean

java.lang.Object
ch.tocco.nice2.rest.entity.spi.beans.EntityFetchBean
All Implemented Interfaces:
Serializable

public class EntityFetchBean extends Object implements Serializable
Represents the search params which are used to fetch an entity. Only used in POST resources of the group `entities`. In GET resources the search params are sent as query params with the uri.
See Also:
  • Constructor Details

    • EntityFetchBean

      public EntityFetchBean()
  • Method Details

    • getPaths

      public List<String> getPaths()
    • setPaths

      public void setPaths(List<String> paths)
    • getPermissions

      public boolean getPermissions()
    • setPermissions

      public void setPermissions(boolean permissions)
    • toEntitySearchBean

      public EntitySearchBean toEntitySearchBean()