Class EntityFetchBean
java.lang.Object
ch.tocco.nice2.rest.entity.spi.beans.EntityFetchBean
- All Implemented Interfaces:
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPaths()
boolean
void
void
setPermissions
(boolean permissions)
-
Constructor Details
-
EntityFetchBean
public EntityFetchBean()
-
-
Method Details
-
getPaths
-
setPaths
-
getPermissions
public boolean getPermissions() -
setPermissions
public void setPermissions(boolean permissions) -
toEntitySearchBean
-