|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
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 |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||