File tree Expand file tree Collapse file tree
src/main/java/picoded/dstack Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ repositories {
3535// ----------------------------------------------------------------
3636
3737// The Project version
38- version = ' 4.1.9 '
38+ version = ' 4.1.10 '
3939
4040// Setup java compilation version
4141sourceCompatibility = 1.8
Original file line number Diff line number Diff line change @@ -73,12 +73,21 @@ default boolean containsKey(Object key) {
7373 //--------------------------------------------------------------------------
7474
7575 /**
76- * Generates a new blank object, with a GUID.
76+ * Generates a new blank object, with a generated GUID.
7777 * Note that save does not trigger, unless its called.
7878 *
7979 * @return the DataObject
8080 **/
8181 DataObject newEntry ();
82+
83+ /**
84+ * Generates a new blank object, with a given GUID.
85+ * Note that save does not trigger, unless its called.
86+ *
87+ * @param oid the object ID to use for the new entry, if null a GUID will be generated
88+ * @return the DataObject
89+ */
90+ DataObject newEntry (String oid );
8291
8392 /**
8493 * Generates a new blank object, with a GUID.
You can’t perform that action at this time.
0 commit comments