Class BusinessDataAPIImpl

java.lang.Object
org.bonitasoft.engine.api.impl.BusinessDataAPIImpl
All Implemented Interfaces:
org.bonitasoft.engine.api.BusinessDataAPI

public class BusinessDataAPIImpl extends Object implements org.bonitasoft.engine.api.BusinessDataAPI
Author:
Elias Ricken de Medeiros
  • Constructor Details

    • BusinessDataAPIImpl

      public BusinessDataAPIImpl()
  • Method Details

    • getServiceAccessor

      protected ServiceAccessor getServiceAccessor()
    • getProcessBusinessDataReference

      public org.bonitasoft.engine.business.data.BusinessDataReference getProcessBusinessDataReference(String businessDataName, long processInstanceId) throws org.bonitasoft.engine.bpm.data.DataNotFoundException
      Specified by:
      getProcessBusinessDataReference in interface org.bonitasoft.engine.api.BusinessDataAPI
      Throws:
      org.bonitasoft.engine.bpm.data.DataNotFoundException
    • getProcessBusinessDataReferences

      public List<org.bonitasoft.engine.business.data.BusinessDataReference> getProcessBusinessDataReferences(long processInstanceId, int startIndex, int maxResults)
      Specified by:
      getProcessBusinessDataReferences in interface org.bonitasoft.engine.api.BusinessDataAPI