Uses of Class
com.logicaldoc.core.History
-
Packages that use History Package Description com.logicaldoc.core Core plug-in that contains the most important domain objectscom.logicaldoc.core.communication com.logicaldoc.core.document com.logicaldoc.core.folder Contains the definitions ofFolder
as well as other related objectscom.logicaldoc.core.metadata.initialization Package that contains classes used to initialize extensible objects metadata,ExtensibleObject
.com.logicaldoc.core.metadata.validation Package that contains classes used to validate extensible objects metadata,ExtensibleObject
.com.logicaldoc.core.security com.logicaldoc.web.websockets com.logicaldoc.webservice -
-
Uses of History in com.logicaldoc.core
Methods in com.logicaldoc.core with parameters of type History Modifier and Type Method Description int
History. compareTo(History o)
-
Uses of History in com.logicaldoc.core.communication
Methods in com.logicaldoc.core.communication with parameters of type History Modifier and Type Method Description void
EventCollector. newEvent(History history)
Notifies all the listeners in another threadvoid
EventListener. newEvent(History event)
Called when a new event arrives -
Uses of History in com.logicaldoc.core.document
Subclasses of History in com.logicaldoc.core.document Modifier and Type Class Description class
DocumentHistory
Registers an event on folder or document -
Uses of History in com.logicaldoc.core.folder
Subclasses of History in com.logicaldoc.core.folder Modifier and Type Class Description class
FolderHistory
History entry due to an event on a folder. -
Uses of History in com.logicaldoc.core.metadata.initialization
Methods in com.logicaldoc.core.metadata.initialization with parameters of type History Modifier and Type Method Description void
Initializer. initialize(ExtensibleObject object, Template template, History transaction)
Initializes an object instance taking the initialization logic from a given template -
Uses of History in com.logicaldoc.core.metadata.validation
Methods in com.logicaldoc.core.metadata.validation with parameters of type History Modifier and Type Method Description void
Validator. validate(ExtensibleObject object, Template template, History transaction)
Validates an object instance taking the validation logic from a given template -
Uses of History in com.logicaldoc.core.security
Subclasses of History in com.logicaldoc.core.security Modifier and Type Class Description class
UserHistory
History entry due to an event on a user. -
Uses of History in com.logicaldoc.web.websockets
Methods in com.logicaldoc.web.websockets with parameters of type History Modifier and Type Method Description void
EventEndpoint. newEvent(History event)
-
Uses of History in com.logicaldoc.webservice
Subclasses of History in com.logicaldoc.webservice Modifier and Type Class Description class
WebserviceCall
Represents a call to the webservice
-