|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.livecycle.rightsmanagement.client.infomodel.EventSearchFilter
public class EventSearchFilter
Enables you to define search criteria that are used while searching for events. You pass this object to the
searchForEvents method.
To see an object of this type used in a code example, see the
Searching for events using the Java API quick start in Programming with Adobe Experience Manager Forms.
| Constructor Summary | |
|---|---|
EventSearchFilter()
A constructor that creates an EventSearchFilter instance. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDocumentId()
Retrieves the document identifier of the document associated with the event. |
java.lang.String |
getEventCode()
Retrieves the event code of the event. |
java.lang.String |
getEventName()
Retrieves the event name of the event. |
java.lang.String |
getEventNamespace()
Retrieves the event namespace of the event. |
java.util.Date |
getFirstTime()
Retrieves the starting time for any policies matching the search. |
java.util.Date |
getLastTime()
Retrieves the ending time for any policies matching the search. |
java.lang.String |
getPolicyId()
Retrieves the policy identifier of the policy associated with the event. |
java.lang.String |
getUserOid()
Retrieves the name of the user associated with the event. |
void |
setDocumentId(java.lang.String documentId)
Sets the document identifier of the document associated with the event. |
void |
setEventCode(java.lang.String eventCode)
Sets the event code of the event. |
void |
setEventName(java.lang.String eventName)
Sets the event name of the event. |
void |
setEventNamespace(java.lang.String eventNamespace)
Sets the event namespace of the event. |
void |
setFirstTime(java.util.Date firstTime)
Sets the starting time for any policies matching the search. |
void |
setLastTime(java.util.Date lastTime)
Sets the ending time for any policies matching the search. |
void |
setPolicyId(java.lang.String policyId)
Sets the policy identifier of the policy associated with the event. |
void |
setUserOid(java.lang.String userOid)
Sets the name of the user associated with the event. |
void |
setWasAllowed(java.lang.Boolean wasAllowed)
Sets a Boolean value that specifies whether the event was allowed. |
java.lang.Boolean |
wasAllowed()
Retrieves A Boolean value that specifies whether the event was allowed. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EventSearchFilter()
EventSearchFilter instance.
| Method Detail |
|---|
public java.lang.String getDocumentId()
public void setDocumentId(java.lang.String documentId)
documentId - A string value that contains the document.public java.lang.String getEventCode()
EventManager interface.EventManagerpublic void setEventCode(java.lang.String eventCode)
eventCode - A constant that represents the type of the event. It must be one of
the integer constants defined in the EventManager interface.EventManagerpublic java.lang.String getEventName()
EventManagerpublic void setEventName(java.lang.String eventName)
eventName - A string value that specifies the name of the event.EventManagerpublic java.lang.String getEventNamespace()
EventManagerpublic void setEventNamespace(java.lang.String eventNamespace)
eventNamespace - A String that specifies the namespace of the event.EventManagerpublic java.util.Date getFirstTime()
java.util.Date object that contains the starting time.public void setFirstTime(java.util.Date firstTime)
firstTime - A java.util.Date object that specifies the starting time.public java.util.Date getLastTime()
java.util.Date that contains the ending time.public void setLastTime(java.util.Date lastTime)
lastTime - A java.util.Date that specifies the ending time.public java.lang.String getPolicyId()
public void setPolicyId(java.lang.String policyId)
policyId - A string value that contains the policy.public java.lang.String getUserOid()
public void setUserOid(java.lang.String userOid)
userOid - A string value that contains the user name.public java.lang.Boolean wasAllowed()
public void setWasAllowed(java.lang.Boolean wasAllowed)
wasAllowed - A Boolean value that specifies whether the event was allowed.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||