Uses of Enum Class
org.frankframework.extensions.cmis.server.CmisEvent
Packages that use CmisEvent
-
Uses of CmisEvent in org.frankframework.extensions.cmis
Methods in org.frankframework.extensions.cmis that return CmisEvent -
Uses of CmisEvent in org.frankframework.extensions.cmis.server
Methods in org.frankframework.extensions.cmis.server that return CmisEventModifier and TypeMethodDescriptionstatic CmisEvent
Returns the enum constant of this class with the specified name.static CmisEvent[]
CmisEvent.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.extensions.cmis.server with parameters of type CmisEventModifier and TypeMethodDescriptionboolean
CmisEventDispatcher.trigger
(CmisEvent event, String message, org.apache.chemistry.opencmis.commons.server.CallContext callContext) Convenience method to create a PipeLineSession and set the cmis CallContextCmisEventDispatcher.trigger
(CmisEvent event, String message, PipeLineSession messageContext)