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 ofFolderas 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 intHistory. 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 voidEventCollector. newEvent(History history)Notifies all the listeners in another threadvoidEventListener. 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 classDocumentHistoryRegisters 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 classFolderHistoryHistory 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 voidInitializer. 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 voidValidator. 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 classUserHistoryHistory 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 voidEventEndpoint. newEvent(History event) -
Uses of History in com.logicaldoc.webservice
Subclasses of History in com.logicaldoc.webservice Modifier and Type Class Description classWebserviceCallRepresents a call to the webservice
-