Class AuditSearchDto
- java.lang.Object
 - 
- com.evolveum.midpoint.web.page.admin.reports.dto.AuditSearchDto
 
 
- 
- All Implemented Interfaces:
 Serializable
public class AuditSearchDto extends Object implements Serializable
TODO - get rid of XMLGregorianCalendar - Date conversions- Author:
 - lazyman
 - See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringF_CHANGED_ITEMstatic StringF_CHANNELstatic StringF_COLLECTION_REFstatic StringF_EVENT_STAGEstatic StringF_EVENT_TYPEstatic StringF_FROMstatic StringF_HOST_IDENTIFIERstatic StringF_INITIATOR_NAMEstatic StringF_OUTCOMEstatic StringF_REQUEST_IDENTIFIERstatic StringF_RESOURCE_OIDstatic StringF_TARGET_NAMEstatic StringF_TARGET_NAMES_OBJECTSstatic StringF_TARGET_OWNER_NAMEstatic StringF_TOstatic StringF_VALUE_REF_TARGET_NAME 
- 
Constructor Summary
Constructors Constructor Description AuditSearchDto() 
- 
Method Summary
 
 - 
 
- 
- 
Field Detail
- 
F_FROM
public static final String F_FROM
- See Also:
 - Constant Field Values
 
 
- 
F_TO
public static final String F_TO
- See Also:
 - Constant Field Values
 
 
- 
F_INITIATOR_NAME
public static final String F_INITIATOR_NAME
- See Also:
 - Constant Field Values
 
 
- 
F_CHANNEL
public static final String F_CHANNEL
- See Also:
 - Constant Field Values
 
 
- 
F_HOST_IDENTIFIER
public static final String F_HOST_IDENTIFIER
- See Also:
 - Constant Field Values
 
 
- 
F_REQUEST_IDENTIFIER
public static final String F_REQUEST_IDENTIFIER
- See Also:
 - Constant Field Values
 
 
- 
F_TARGET_NAME
public static final String F_TARGET_NAME
- See Also:
 - Constant Field Values
 
 
- 
F_TARGET_NAMES_OBJECTS
public static final String F_TARGET_NAMES_OBJECTS
- See Also:
 - Constant Field Values
 
 
- 
F_TARGET_OWNER_NAME
public static final String F_TARGET_OWNER_NAME
- See Also:
 - Constant Field Values
 
 
- 
F_EVENT_TYPE
public static final String F_EVENT_TYPE
- See Also:
 - Constant Field Values
 
 
- 
F_EVENT_STAGE
public static final String F_EVENT_STAGE
- See Also:
 - Constant Field Values
 
 
- 
F_OUTCOME
public static final String F_OUTCOME
- See Also:
 - Constant Field Values
 
 
- 
F_CHANGED_ITEM
public static final String F_CHANGED_ITEM
- See Also:
 - Constant Field Values
 
 
- 
F_VALUE_REF_TARGET_NAME
public static final String F_VALUE_REF_TARGET_NAME
- See Also:
 - Constant Field Values
 
 
- 
F_COLLECTION_REF
public static final String F_COLLECTION_REF
- See Also:
 - Constant Field Values
 
 
- 
F_RESOURCE_OID
public static final String F_RESOURCE_OID
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
getFrom
public XMLGregorianCalendar getFrom()
 
- 
setFrom
public void setFrom(XMLGregorianCalendar from)
 
- 
getTo
public XMLGregorianCalendar getTo()
 
- 
setTo
public void setTo(XMLGregorianCalendar to)
 
- 
getInitiatorName
public ObjectReferenceType getInitiatorName()
 
- 
setInitiatorName
public void setInitiatorName(ObjectReferenceType initiatorName)
 
- 
getChannel
public GuiChannel getChannel()
 
- 
setChannel
public void setChannel(GuiChannel channel)
 
- 
getHostIdentifier
public String getHostIdentifier()
 
- 
setHostIdentifier
public void setHostIdentifier(String hostIdentifier)
 
- 
getRequestIdentifier
public String getRequestIdentifier()
 
- 
setRequestIdentifier
public void setRequestIdentifier(String requestIdentifier)
 
- 
getTargetNames
public List<ObjectReferenceType> getTargetNames()
 
- 
setTargetNames
public void setTargetNames(List<ObjectReferenceType> targetNameList)
 
- 
getTargetOwnerName
public ObjectReferenceType getTargetOwnerName()
 
- 
setTargetOwnerName
public void setTargetOwnerName(ObjectReferenceType targetOwnerName)
 
- 
getEventType
public AuditEventTypeType getEventType()
 
- 
setEventType
public void setEventType(AuditEventTypeType eventType)
 
- 
getEventStage
public AuditEventStageType getEventStage()
 
- 
setEventStage
public void setEventStage(AuditEventStageType eventStage)
 
- 
getOutcome
public OperationResultStatusType getOutcome()
 
- 
setOutcome
public void setOutcome(OperationResultStatusType outcome)
 
- 
getChangedItem
public ItemPathDto getChangedItem()
 
- 
setChangedItem
public void setChangedItem(ItemPathDto changedItem)
 
- 
getvalueRefTargetNames
public List<ObjectType> getvalueRefTargetNames()
 
- 
setvalueRefTargetNames
public void setvalueRefTargetNames(List<ObjectType> valueRefTargetNames)
 
- 
getTargetNamesObjects
public List<ObjectType> getTargetNamesObjects()
 
- 
setTargetNamesObjects
public void setTargetNamesObjects(List<ObjectType> targetNamesObjects)
 
- 
getCollectionRef
public CollectionRefSpecificationType getCollectionRef()
 
- 
setCollectionRef
public void setCollectionRef(CollectionRefSpecificationType collectionRef)
 
- 
getResourceOid
public String getResourceOid()
 
- 
setResourceOid
public void setResourceOid(String resourceOid)
 
- 
getChangedItemPanelMode
public ItemPathPanel.ItemPathPanelMode getChangedItemPanelMode()
 
- 
setChangedItemPanelMode
public void setChangedItemPanelMode(ItemPathPanel.ItemPathPanelMode changedItemPanelMode)
 
 - 
 
 -