Class ObjectRepository


  • public class ObjectRepository
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static TestObject findTestObject​(java.lang.String relativeObjectId)  
      static TestObject findTestObject​(java.lang.String relativeObjectId, java.util.Map variables)  
      • Methods inherited from class java.lang.Object

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

      • ObjectRepository

        public ObjectRepository()
    • Method Detail

      • findTestObject

        public static TestObject findTestObject​(java.lang.String relativeObjectId)
                                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • findTestObject

        public static TestObject findTestObject​(java.lang.String relativeObjectId,
                                                java.util.Map variables)
                                         throws java.lang.Exception
        Throws:
        java.lang.Exception