Uses of Class
org.camunda.community.rest.client.dto.DecisionDefinitionDiagramDto
Packages that use DecisionDefinitionDiagramDto
-
Uses of DecisionDefinitionDiagramDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api that return DecisionDefinitionDiagramDtoModifier and TypeMethodDescriptionDecisionDefinitionApi.getDecisionDefinitionDmnXmlById(String id) Get XML By Id Retrieves the DMN XML of a decision definition.DecisionDefinitionApi.getDecisionDefinitionDmnXmlById(String id, Map<String, String> additionalHeaders) Get XML By Id Retrieves the DMN XML of a decision definition.DecisionDefinitionApi.getDecisionDefinitionDmnXmlByKey(String key) Get XML By Key Retrieves the XML for the latest version of the decision definition which belongs to no tenant.DecisionDefinitionApi.getDecisionDefinitionDmnXmlByKey(String key, Map<String, String> additionalHeaders) Get XML By Key Retrieves the XML for the latest version of the decision definition which belongs to no tenant.DecisionDefinitionApi.getDecisionDefinitionDmnXmlByKeyAndTenant(String key, String tenantId) Get XML By Key and Tenant Retrieves the XML of the latest version of the decision definition for tenantDecisionDefinitionApi.getDecisionDefinitionDmnXmlByKeyAndTenant(String key, String tenantId, Map<String, String> additionalHeaders) Get XML By Key and Tenant Retrieves the XML of the latest version of the decision definition for tenant -
Uses of DecisionDefinitionDiagramDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return DecisionDefinitionDiagramDtoModifier and TypeMethodDescription