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

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

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

Methods in com.groupdocs.annotation.data.constructor that return DocumentConstructor
static DocumentConstructor DocumentConstructor.create()
          Create empty constructor with entity object
static
<P extends IDocument>
DocumentConstructor<IDocument>
DocumentConstructor.create(P entity)
          Create entity constructor with provided entity object
 DocumentConstructor DocumentConstructor.insert()
          Inset entity to database
 DocumentConstructor DocumentConstructor.withDocumentName(String documentName)
          Set document name to document object
 DocumentConstructor DocumentConstructor.withGuid(String guid)
          Set guid to document object
 DocumentConstructor DocumentConstructor.withId(int id)
          Set id to document object
 DocumentConstructor DocumentConstructor.withSessionId(int sessionId)
          Set session id to document object
 



Copyright © 2014. All rights reserved.