Class SaDocInfoImpl

java.lang.Object
com.saperion.rmi.SaDocInfoImpl
All Implemented Interfaces:
SaDocInfo, Serializable

public class SaDocInfoImpl extends Object implements SaDocInfo
Implementation of the SaDocInfo interface.
See Also:
  • Constructor Details

    • SaDocInfoImpl

      public SaDocInfoImpl(Map<Integer,SaDocInfo.ElementInfo> elements, int creator, String hDoc, Properties variables)
    • SaDocInfoImpl

      public SaDocInfoImpl(int createUser)
      Constructor.
      Parameters:
      createUser - Create user
    • SaDocInfoImpl

      public SaDocInfoImpl(com.saperion.jna.applsrv.m2j.natives.DocumentInfoObject documentInfo, String revisionId)
      Constructor for JNA.
      Parameters:
      documentInfo - native document info object
      revisionId - hex-string of revision ID
  • Method Details