Examples of HalCaseDefinitionResolver


Examples of org.camunda.bpm.engine.rest.hal.processDefinition.HalCaseDefinitionResolver

  public Hal() {
    // register the built-in resolvers
    halLinkResolvers.put(UserRestService.class, new HalUserResolver());
    halLinkResolvers.put(ProcessDefinitionRestService.class, new HalProcessDefinitionResolver());
    halLinkResolvers.put(CaseDefinitionRestService.class, new HalCaseDefinitionResolver());
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.