Uses of Class
com.flowable.platform.service.form.DocumentDefinitionContentModelResponse
Packages that use DocumentDefinitionContentModelResponse
-
Uses of DocumentDefinitionContentModelResponse in com.flowable.platform.service.content
Methods in com.flowable.platform.service.content that return types with arguments of type DocumentDefinitionContentModelResponseModifier and TypeMethodDescriptionprotected Collection<DocumentDefinitionContentModelResponse> DocumentDefinitionProviderImpl.getDocumentDefinitions(String parentDeploymentId, boolean restrictToApp, List<String> allowedKeys, String tenantId) DocumentDefinitionProvider.getDocumentDefinitionsForCaseDefinition(String caseDefinitionId, String tenantId) DocumentDefinitionProviderImpl.getDocumentDefinitionsForCaseDefinition(String caseDefinitionId, String tenantId) DocumentDefinitionProvider.getDocumentDefinitionsForProcessDefinition(String processDefinitionId, String tenantId) DocumentDefinitionProviderImpl.getDocumentDefinitionsForProcessDefinition(String processDefinitionId, String tenantId) DocumentDefinitionProvider.getDocumentDefinitionsForTask(String processDefinitionId, String scopeDefinitionId, String scopeType, String tenantId) DocumentDefinitionProviderImpl.getDocumentDefinitionsForTask(String processDefinitionId, String scopeDefinitionId, String scopeType, String tenantId) Method parameters in com.flowable.platform.service.content with type arguments of type DocumentDefinitionContentModelResponseModifier and TypeMethodDescriptionprotected voidDocumentDefinitionProviderImpl.populateDocumentDefinitionByTenantAndFilters(String tenantId, String contentDeploymentId, List<String> allowedKeys, Map<String, DocumentDefinitionContentModelResponse> documentDefinitionMap, DocumentRepositoryService documentRepositoryService) protected voidDocumentDefinitionProviderImpl.populateDocumentDefinitionToResponseMap(DocumentDefinitionQuery documentDefinitionQuery, Map<String, DocumentDefinitionContentModelResponse> documentDefinitionMap, DocumentRepositoryService documentRepositoryService) -
Uses of DocumentDefinitionContentModelResponse in com.flowable.platform.service.form
Methods in com.flowable.platform.service.form that return types with arguments of type DocumentDefinitionContentModelResponseModifier and TypeMethodDescriptionFormDocumentDefinitionProvider.getFormFieldDocumentDefinitions(org.flowable.form.api.FormInfo info, String fieldId, String tenantId) FormDocumentDefinitionProviderImpl.getFormFieldDocumentDefinitions(org.flowable.form.api.FormInfo formInfo, String fieldId, String tenantId) protected Collection<DocumentDefinitionContentModelResponse> FormDocumentDefinitionProviderImpl.handleAllDocumentDefinitions(String tenantId, List<String> keys) Method parameters in com.flowable.platform.service.form with type arguments of type DocumentDefinitionContentModelResponseModifier and TypeMethodDescriptionprotected voidFormDocumentDefinitionProviderImpl.populateDocumentDefinitionByTenantAndKeys(String tenantId, List<String> keys, Map<String, DocumentDefinitionContentModelResponse> documentDefinitionMap, DocumentRepositoryService documentRepositoryService) protected voidFormDocumentDefinitionProviderImpl.populateDocumentDefinitionToResponseMap(DocumentDefinitionQuery documentDefinitionQuery, Map<String, DocumentDefinitionContentModelResponse> documentDefinitionMap, DocumentRepositoryService documentRepositoryService)