Uses of Class
org.frankframework.extensions.cmis.server.CmisEvent
-
Packages that use CmisEvent Package Description org.frankframework.extensions.cmis org.frankframework.extensions.cmis.server -
-
Uses of CmisEvent in org.frankframework.extensions.cmis
Methods in org.frankframework.extensions.cmis that return CmisEvent Modifier and Type Method Description CmisEventCmisEventListener. getEvent() -
Uses of CmisEvent in org.frankframework.extensions.cmis.server
Methods in org.frankframework.extensions.cmis.server that return CmisEvent Modifier and Type Method Description static CmisEventCmisEvent. valueOf(String name)Returns the enum constant of this type with the specified name.static CmisEvent[]CmisEvent. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.frankframework.extensions.cmis.server with parameters of type CmisEvent Modifier and Type Method Description booleanCmisEventDispatcher. contains(CmisEvent event)ElementCmisEventDispatcher. trigger(CmisEvent event, String message, org.apache.chemistry.opencmis.commons.server.CallContext callContext)Convenience method to create a PipeLineSession and set the cmis CallContextElementCmisEventDispatcher. trigger(CmisEvent event, String message, PipeLineSession messageContext)
-