Uses of Class
com.netgrif.application.engine.workflow.web.responsebodies.DataFieldsResource
- 
Packages that use DataFieldsResource Package Description com.netgrif.application.engine.workflow.web com.netgrif.application.engine.workflow.web.responsebodies  - 
- 
Uses of DataFieldsResource in com.netgrif.application.engine.workflow.web
Methods in com.netgrif.application.engine.workflow.web that return DataFieldsResource Modifier and Type Method Description DataFieldsResourceWorkflowController. getAllCaseData(java.lang.String caseId, java.util.Locale locale)Deprecated. - 
Uses of DataFieldsResource in com.netgrif.application.engine.workflow.web.responsebodies
Constructors in com.netgrif.application.engine.workflow.web.responsebodies with parameters of type DataFieldsResource Constructor Description DataGroup(DataFieldsResource fields, java.lang.String title, java.lang.String alignment, java.lang.Boolean stretch, DataGroupLayout layout, java.lang.String parentTaskId, java.lang.String parentCaseId, java.lang.String parentTaskRefId, int nestingLevel)Constructor parameters in com.netgrif.application.engine.workflow.web.responsebodies with type arguments of type DataFieldsResource Constructor Description QDataFieldsResource(com.querydsl.core.types.Path<? extends DataFieldsResource> path) 
 -