Deprecated API


Contents
Deprecated Methods
org.camunda.bpm.engine.rest.dto.AuthorizationExceptionDto.getPermissionName()
          Use AuthorizationExceptionDto.getMissingAuthorizations() to get the name of the violated permission of the MissingAuthorizationDto(s). This method will be removed in future version. 
org.camunda.bpm.engine.rest.dto.AuthorizationExceptionDto.getResourceId()
          Use AuthorizationExceptionDto.getMissingAuthorizations() to get the id of the resource of the MissingAuthorizationDto(s). This method will be removed in future version. 
org.camunda.bpm.engine.rest.dto.AuthorizationExceptionDto.getResourceName()
          Use AuthorizationExceptionDto.getMissingAuthorizations() to get the name of the resource of the MissingAuthorizationDto(s). This method will be removed in future version. 
org.camunda.bpm.engine.rest.dto.runtime.TransitionInstanceDto.getTargetActivityId()
           
org.camunda.bpm.engine.rest.dto.task.TaskQueryDto.setCreated(Date)
           
org.camunda.bpm.engine.rest.dto.task.TaskQueryDto.setDue(Date)
           
org.camunda.bpm.engine.rest.dto.task.TaskQueryDto.setFollowUp(Date)
           
org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionQueryDto.setLatest(Boolean)
          use CaseDefinitionQueryDto.setLatestVersion(Boolean) 
org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionQueryDto.setLatest(Boolean)
          use ProcessDefinitionQueryDto.setLatestVersion(Boolean) 
org.camunda.bpm.engine.rest.dto.AuthorizationExceptionDto.setPermissionName(String)
          Use AuthorizationExceptionDto.setMissingAuthorizations(List)} to set the the MissingAuthorizationDto(s). This method will be removed in future version. 
org.camunda.bpm.engine.rest.dto.AuthorizationExceptionDto.setResourceId(String)
          Use AuthorizationExceptionDto.setMissingAuthorizations(List)} to set the the MissingAuthorizationDto(s). This method will be removed in future version. 
org.camunda.bpm.engine.rest.dto.AuthorizationExceptionDto.setResourceName(String)
          Use AuthorizationExceptionDto.setMissingAuthorizations(List)} to set the the MissingAuthorizationDto(s). This method will be removed in future version. 
org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionQueryDto.setVer(Integer)
          use ProcessDefinitionQueryDto.setVersion(Integer) 
 



Copyright © 2016 camunda services GmbH. All rights reserved.