Uses of Class
com.saperion.ngc.model.document.DocumentVariable
Packages that use DocumentVariable
Package
Description
Package for all ZK events.
Package for iform events.
Package for main iForm components.
Package for document model classes.
-
Uses of DocumentVariable in com.saperion.ngc.events
Method parameters in com.saperion.ngc.events with type arguments of type DocumentVariableModifier and TypeMethodDescriptionvoid
BaseWindow.postSaveDocumentEvent
(ResultFieldEventBean bean, Set<String> acls, String comment, Map<String, DocumentVariable> variables) void
EventChildHandler.postSaveDocumentEvent
(ResultFieldEventBean bean, Set<String> acls, String comment, Map<String, DocumentVariable> variables) void
EventChildHandlerImpl.postSaveDocumentEvent
(ResultFieldEventBean bean, Set<String> acls, String comment, Map<String, DocumentVariable> variables) -
Uses of DocumentVariable in com.saperion.ngc.events.iform
Methods in com.saperion.ngc.events.iform that return types with arguments of type DocumentVariableConstructor parameters in com.saperion.ngc.events.iform with type arguments of type DocumentVariableModifierConstructorDescriptionSaveDocumentEvent
(org.zkoss.zk.ui.Component target, ResultFieldEventBean resultBean, Set<String> acls, String comment, Map<String, DocumentVariable> variables) -
Uses of DocumentVariable in com.saperion.ngc.iform
Methods in com.saperion.ngc.iform that return types with arguments of type DocumentVariableModifier and TypeMethodDescriptionIndexMaskDocument.getVariables()
Returns the variables contained in the document.Methods in com.saperion.ngc.iform with parameters of type DocumentVariableModifier and TypeMethodDescriptionvoid
IndexMaskDocument.setVariable
(DocumentVariable variable) Sets a new variable. -
Uses of DocumentVariable in com.saperion.ngc.model.document
Methods in com.saperion.ngc.model.document that return DocumentVariableModifier and TypeMethodDescriptionstatic DocumentVariable
DocumentVariable.createNewStringVariable
(String name, String value) Creates a new variable of type String.Methods in com.saperion.ngc.model.document that return types with arguments of type DocumentVariableMethod parameters in com.saperion.ngc.model.document with type arguments of type DocumentVariableModifier and TypeMethodDescriptionDocClassicConnectorService.addDocument
(List<FieldResultBean> properties, com.saperion.rmi.SaContentStream[] content, String comment, String ddcName, String acls, Map<String, DocumentVariable> variables) Adds a new document to the archive.DocumentService.addDocument
(List<FieldResultBean> properties, com.saperion.rmi.SaContentStream[] content, String comment, String ddcName, String acls, Map<String, DocumentVariable> variables) Adds a new document to the archive.UpdateSettings.setVariables
(Map<String, DocumentVariable> variables)