ToggleOverload List

Type NameDescription
Public methodStatic memberCreateInstance(IObjectStore, String)
Creates a new instance of the subclassble CmAbstractQueueEntry class, to be persisted in the specified object store, based on the class.

The created object does not yet exist in an object store. To persist the created object to the object store, you must explicitly call the save method, or commit the object via a batch operation. Both approaches cause a round-trip to the server.

Public methodStatic memberCreateInstance(IObjectStore, String, Id)
Creates a new instance of the subclassble CmAbstractQueueEntry class, to be persisted in the specified object store, based on the class and GUID.

The created object does not yet exist in an object store. To persist the created object to the object store, you must explicitly call the save method, or commit the object via a batch operation. Both approaches cause a round-trip to the server.

ToggleSee Also