Uses of Class
com.groupdocs.annotation.data.constructor.SessionConstructor

Packages that use SessionConstructor
com.groupdocs.annotation.data.constructor   
 

Uses of SessionConstructor in com.groupdocs.annotation.data.constructor
 

Methods in com.groupdocs.annotation.data.constructor that return SessionConstructor
static SessionConstructor SessionConstructor.create()
          Create empty constructor with entity object
static
<P extends ISession>
SessionConstructor<ISession>
SessionConstructor.create(P entity)
          Create entity constructor with provided entity object
 SessionConstructor SessionConstructor.insert()
          Inset entity to database
 SessionConstructor SessionConstructor.withCallbackUrl(String callbackUrl)
          Set callback url to entity object
 SessionConstructor SessionConstructor.withDocumentId(int documentId)
          Set Document id to entity object
 SessionConstructor SessionConstructor.withGuid(String guid)
          Set Guid to entity object
 SessionConstructor SessionConstructor.withId(int id)
          Set ID to entity object
 SessionConstructor SessionConstructor.withSharedLinkAccessRights(int sharedLinkAccessRights)
          Set shared link access rights to entity object
 SessionConstructor SessionConstructor.withStartedOn(Date startedOn)
          Set started on date to entity object
 SessionConstructor SessionConstructor.withUserId(int userId)
          Set user id to entity object
 



Copyright © 2014. All rights reserved.