Package | Description |
---|---|
com.saperion.ngc.model.document |
Package for document model classes.
|
Modifier and Type | Method and Description |
---|---|
UpdateSettings |
UpdateSettings.setAcls(Set<String> acls) |
UpdateSettings |
UpdateSettings.setCheckin(boolean checkin) |
UpdateSettings |
UpdateSettings.setComment(String comment) |
UpdateSettings |
UpdateSettings.setCommentDialogEnabled(boolean commentDialogEnabled) |
UpdateSettings |
UpdateSettings.setDefaultComment(String defaultComment) |
UpdateSettings |
UpdateSettings.setEditEvent(EditSelectedEvent editEvent)
Sets the edit-event that started the edit-action that uses this UpdateSettings.
|
UpdateSettings |
UpdateSettings.setLookup(boolean lookup) |
UpdateSettings |
UpdateSettings.setSaveAction(com.saperion.ngc.iform.xml.SaveActionType saveAction) |
UpdateSettings |
UpdateSettings.setSelectedImage(int selectedImage) |
UpdateSettings |
UpdateSettings.setVariables(Map<String,DocumentVariable> variables) |
Modifier and Type | Method and Description |
---|---|
DocumentId |
DocumentService.updateDocument(DocumentId docId,
DataToUpdate data,
UpdateSettings settings)
Updates the document identfied by docId using the specified data and settings.
|
DocumentId |
DocClassicConnectorService.updateDocument(DocumentId docId,
DataToUpdate data,
UpdateSettings settings)
Updates the document identfied by docId using the specified data and settings.
|
Copyright © 2021 Hyland Software Germany GmbH. All rights reserved.