Uses of Class
com.saperion.ngc.model.document.UpdateSettings
-
Packages that use UpdateSettings Package Description com.saperion.ngc.model.document Package for document model classes. -
-
Uses of UpdateSettings in com.saperion.ngc.model.document
Methods in com.saperion.ngc.model.document that return UpdateSettings Modifier and Type Method Description UpdateSettings
UpdateSettings. setAcls(java.util.Set<java.lang.String> acls)
UpdateSettings
UpdateSettings. setCheckin(boolean checkin)
UpdateSettings
UpdateSettings. setComment(java.lang.String comment)
UpdateSettings
UpdateSettings. setCommentDialogEnabled(boolean commentDialogEnabled)
UpdateSettings
UpdateSettings. setDefaultComment(java.lang.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(java.util.Map<java.lang.String,DocumentVariable> variables)
Methods in com.saperion.ngc.model.document with parameters of type UpdateSettings Modifier and Type Method Description DocumentId
DocClassicConnectorService. updateDocument(DocumentId docId, DataToUpdate data, UpdateSettings settings)
Updates the document identfied by docId using the specified data and settings.DocumentId
DocumentService. updateDocument(DocumentId docId, DataToUpdate data, UpdateSettings settings)
Updates the document identfied by docId using the specified data and settings.
-