Class Context

  • All Implemented Interfaces:
    org.alfresco.utility.model.Model

    public class Context
    extends org.alfresco.utility.model.TestModel
    Search response sample. { "context": {"consistency": {"lastTxId": 1123}} }
    • Constructor Summary

      Constructors 
      Constructor Description
      Context()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getLastTxId()  
      void setLastTxId​(java.lang.Integer lastTxId)  
      • Methods inherited from class org.alfresco.utility.model.TestModel

        setRandomValuesForAllFields, toInfo, toJson, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Context

        public Context()
    • Method Detail

      • getLastTxId

        public java.lang.Integer getLastTxId()
      • setLastTxId

        public void setLastTxId​(java.lang.Integer lastTxId)