Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

oracle.bpm.casemgmt.persistence.factory
Class CaseEventFactory

java.lang.Object
  extended by oracle.bpm.casemgmt.persistence.factory.CaseEventFactory

public class CaseEventFactory
extends java.lang.Object


Constructor Summary
CaseEventFactory()
           
 
Method Summary
static CaseEvent createCaseActivityEvent(TActivityEvent activityEventType, java.lang.String activityType, java.lang.String activityName, java.lang.String activityId, java.util.Map<java.lang.String,java.lang.String> propertyBag, Comment comment)
           
static CaseEvent createCaseCommentEvent(Comment comment, java.lang.String commentId, java.util.Map<java.lang.String,java.lang.String> propertyBag)
           
static CaseEvent createCaseDataEvent(java.lang.String dataName, Comment comment, java.lang.String commentId, java.util.Map<java.lang.String,java.lang.String> propertyBag)
           
static CaseEvent createCaseDocumentEvent(TDocumentEvent documentEventType, java.lang.String documentName, java.lang.String documentVersion, java.lang.String documentId, java.util.Map<java.lang.String,java.lang.String> propertyBag, Comment comment)
           
static CaseEvent createCaseLifecycleEvent(TLifecycleEvent lifeCycleEventType, java.util.Map<java.lang.String,java.lang.String> propertyBag, Comment comment)
           
static CaseEvent createCaseMilestoneEvent(TMilestoneEvent milestoneEventType, java.lang.String milestoneName, java.util.Map<java.lang.String,java.lang.String> propertyBag, Comment comment, java.lang.String commentId)
           
static CaseEvent createUserDefinedEvent(java.lang.String userDefinedEvent, java.util.Map<java.lang.String,java.lang.String> propertyBag, Comment comment)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CaseEventFactory

public CaseEventFactory()
Method Detail

createCaseActivityEvent

public static CaseEvent createCaseActivityEvent(TActivityEvent activityEventType,
                                                java.lang.String activityType,
                                                java.lang.String activityName,
                                                java.lang.String activityId,
                                                java.util.Map<java.lang.String,java.lang.String> propertyBag,
                                                Comment comment)

createCaseLifecycleEvent

public static CaseEvent createCaseLifecycleEvent(TLifecycleEvent lifeCycleEventType,
                                                 java.util.Map<java.lang.String,java.lang.String> propertyBag,
                                                 Comment comment)

createCaseDocumentEvent

public static CaseEvent createCaseDocumentEvent(TDocumentEvent documentEventType,
                                                java.lang.String documentName,
                                                java.lang.String documentVersion,
                                                java.lang.String documentId,
                                                java.util.Map<java.lang.String,java.lang.String> propertyBag,
                                                Comment comment)

createCaseMilestoneEvent

public static CaseEvent createCaseMilestoneEvent(TMilestoneEvent milestoneEventType,
                                                 java.lang.String milestoneName,
                                                 java.util.Map<java.lang.String,java.lang.String> propertyBag,
                                                 Comment comment,
                                                 java.lang.String commentId)

createCaseCommentEvent

public static CaseEvent createCaseCommentEvent(Comment comment,
                                               java.lang.String commentId,
                                               java.util.Map<java.lang.String,java.lang.String> propertyBag)

createCaseDataEvent

public static CaseEvent createCaseDataEvent(java.lang.String dataName,
                                            Comment comment,
                                            java.lang.String commentId,
                                            java.util.Map<java.lang.String,java.lang.String> propertyBag)

createUserDefinedEvent

public static CaseEvent createUserDefinedEvent(java.lang.String userDefinedEvent,
                                               java.util.Map<java.lang.String,java.lang.String> propertyBag,
                                               Comment comment)

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.