Interface BatchPartEntity

All Superinterfaces:
BatchPart, Entity, HasRevision
All Known Implementing Classes:
BatchPartEntityImpl

public interface BatchPartEntity extends BatchPart, Entity, HasRevision
  • Method Details

    • setType

      void setType(String type)
    • setBatchType

      void setBatchType(String batchType)
    • setBatchId

      void setBatchId(String batchId)
    • setCreateTime

      void setCreateTime(Date createTime)
    • setCompleteTime

      void setCompleteTime(Date completeTime)
    • isCompleted

      boolean isCompleted()
      Description copied from interface: BatchPart
      Whether the batch part is completed
      Specified by:
      isCompleted in interface BatchPart
    • setSearchKey

      void setSearchKey(String searchKey)
    • setSearchKey2

      void setSearchKey2(String searchKey)
    • setBatchSearchKey

      void setBatchSearchKey(String searchKey)
    • setBatchSearchKey2

      void setBatchSearchKey2(String searchKey)
    • setStatus

      void setStatus(String status)
    • setScopeId

      void setScopeId(String scopeId)
    • setScopeType

      void setScopeType(String scopeType)
    • setSubScopeId

      void setSubScopeId(String subScopeId)
    • getResultDocRefId

      ByteArrayRef getResultDocRefId()
    • setResultDocumentJson

      void setResultDocumentJson(String resultDocumentJson, String engineType)
    • setTenantId

      void setTenantId(String tenantId)