Serialized Form
-
Package org.chenile.query.model
-
Class org.chenile.query.model.AllowedActionInfo
-
Class org.chenile.query.model.CannedReport
class CannedReport extends org.chenile.utils.entity.model.BaseEntity implements Serializable- serialVersionUID:
- -8860701548977932604L
-
Serialized Fields
-
applicableToAll
boolean applicableToAll
-
cannedReportName
String cannedReportName
-
queryName
String queryName
-
searchRequest
SearchRequest<?> searchRequest
-
userId
String userId
-
-
Class org.chenile.query.model.QueryMetadata
class QueryMetadata extends org.chenile.utils.entity.model.BaseEntity implements Serializable- serialVersionUID:
- -5311145579935980818L
-
Serialized Fields
-
acls
String[] acls
-
columnMetadata
Map<String,
ColumnMetadata> columnMetadata -
flexiblePropnames
boolean flexiblePropnames
-
flowColumn
String flowColumn
-
id
String id
-
lateColumn
String lateColumn
-
name
String name
-
paginated
boolean paginated
-
sortable
boolean sortable
-
stateColumn
String stateColumn
-
tendingLateColumn
String tendingLateColumn
-
toDoList
boolean toDoList
-
workflowName
String workflowName
Denotes if the output of the query is associated with a workflow this is used to determine the applicable actions.
-
-
Class org.chenile.query.model.ResponseRow
class ResponseRow extends Object implements Serializable- serialVersionUID:
- 1223056280474051780L
-