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.eventsMethod parameters in com.saperion.ngc.events with type arguments of type DocumentVariableModifier and TypeMethodDescriptionvoidBaseWindow.postSaveDocumentEvent(ResultFieldEventBean bean, Set<String> acls, String comment, Map<String, DocumentVariable> variables) voidEventChildHandler.postSaveDocumentEvent(ResultFieldEventBean bean, Set<String> acls, String comment, Map<String, DocumentVariable> variables) voidEventChildHandlerImpl.postSaveDocumentEvent(ResultFieldEventBean bean, Set<String> acls, String comment, Map<String, DocumentVariable> variables) 
- 
Uses of DocumentVariable in com.saperion.ngc.events.iformMethods 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.iformMethods 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 TypeMethodDescriptionvoidIndexMaskDocument.setVariable(DocumentVariable variable) Sets a new variable.
- 
Uses of DocumentVariable in com.saperion.ngc.model.documentMethods in com.saperion.ngc.model.document that return DocumentVariableModifier and TypeMethodDescriptionstatic DocumentVariableDocumentVariable.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)