Package org.ndviet.library.TestObject
Class ObjectRepository
- java.lang.Object
-
- org.ndviet.library.TestObject.ObjectRepository
-
public class ObjectRepository extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ObjectRepository()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TestObjectfindTestObject(java.lang.String relativeObjectId)static TestObjectfindTestObject(java.lang.String relativeObjectId, java.util.Map variables)
-
-
-
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
-
-