Uses of Class
org.alfresco.repo.event2.EventType
-
Packages that use EventType Package Description org.alfresco.repo.event2 -
-
Uses of EventType in org.alfresco.repo.event2
Methods in org.alfresco.repo.event2 that return EventType Modifier and Type Method Description static EventTypeEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static EventType[]EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.repo.event2 that return types with arguments of type EventType Modifier and Type Method Description Deque<EventType>ChildAssociationEventConsolidator. getEventTypes()Get event types.Deque<EventType>EventConsolidator. getEventTypes()Deque<EventType>PeerAssociationEventConsolidator. getEventTypes()Get event types.Methods in org.alfresco.repo.event2 with parameters of type EventType Modifier and Type Method Description protected org.alfresco.repo.event.v1.model.DataAttributes<org.alfresco.repo.event.v1.model.NodeResource>EventConsolidator. buildEventData(EventInfo eventInfo, org.alfresco.repo.event.v1.model.NodeResource resource, EventType eventType)static URIEventJSONSchema. getSchema(EventType eventType, int version)static URIEventJSONSchema. getSchemaV1(EventType eventType)
-