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 SummaryFields 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 SummaryConstructors Constructor Description AuditSearchDto()
 - 
Method Summary
 
- 
- 
- 
Field Detail- 
F_FROMpublic static final String F_FROM - See Also:
- Constant Field Values
 
 - 
F_TOpublic static final String F_TO - See Also:
- Constant Field Values
 
 - 
F_INITIATOR_NAMEpublic static final String F_INITIATOR_NAME - See Also:
- Constant Field Values
 
 - 
F_CHANNELpublic static final String F_CHANNEL - See Also:
- Constant Field Values
 
 - 
F_HOST_IDENTIFIERpublic static final String F_HOST_IDENTIFIER - See Also:
- Constant Field Values
 
 - 
F_REQUEST_IDENTIFIERpublic static final String F_REQUEST_IDENTIFIER - See Also:
- Constant Field Values
 
 - 
F_TARGET_NAMEpublic static final String F_TARGET_NAME - See Also:
- Constant Field Values
 
 - 
F_TARGET_NAMES_OBJECTSpublic static final String F_TARGET_NAMES_OBJECTS - See Also:
- Constant Field Values
 
 - 
F_TARGET_OWNER_NAMEpublic static final String F_TARGET_OWNER_NAME - See Also:
- Constant Field Values
 
 - 
F_EVENT_TYPEpublic static final String F_EVENT_TYPE - See Also:
- Constant Field Values
 
 - 
F_EVENT_STAGEpublic static final String F_EVENT_STAGE - See Also:
- Constant Field Values
 
 - 
F_OUTCOMEpublic static final String F_OUTCOME - See Also:
- Constant Field Values
 
 - 
F_CHANGED_ITEMpublic static final String F_CHANGED_ITEM - See Also:
- Constant Field Values
 
 - 
F_VALUE_REF_TARGET_NAMEpublic static final String F_VALUE_REF_TARGET_NAME - See Also:
- Constant Field Values
 
 - 
F_COLLECTION_REFpublic static final String F_COLLECTION_REF - See Also:
- Constant Field Values
 
 - 
F_RESOURCE_OIDpublic static final String F_RESOURCE_OID - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getFrompublic XMLGregorianCalendar getFrom() 
 - 
setFrompublic void setFrom(XMLGregorianCalendar from) 
 - 
getTopublic XMLGregorianCalendar getTo() 
 - 
setTopublic void setTo(XMLGregorianCalendar to) 
 - 
getInitiatorNamepublic ObjectReferenceType getInitiatorName() 
 - 
setInitiatorNamepublic void setInitiatorName(ObjectReferenceType initiatorName) 
 - 
getChannelpublic GuiChannel getChannel() 
 - 
setChannelpublic void setChannel(GuiChannel channel) 
 - 
getHostIdentifierpublic String getHostIdentifier() 
 - 
setHostIdentifierpublic void setHostIdentifier(String hostIdentifier) 
 - 
getRequestIdentifierpublic String getRequestIdentifier() 
 - 
setRequestIdentifierpublic void setRequestIdentifier(String requestIdentifier) 
 - 
getTargetNamespublic List<ObjectReferenceType> getTargetNames() 
 - 
setTargetNamespublic void setTargetNames(List<ObjectReferenceType> targetNameList) 
 - 
getTargetOwnerNamepublic ObjectReferenceType getTargetOwnerName() 
 - 
setTargetOwnerNamepublic void setTargetOwnerName(ObjectReferenceType targetOwnerName) 
 - 
getEventTypepublic AuditEventTypeType getEventType() 
 - 
setEventTypepublic void setEventType(AuditEventTypeType eventType) 
 - 
getEventStagepublic AuditEventStageType getEventStage() 
 - 
setEventStagepublic void setEventStage(AuditEventStageType eventStage) 
 - 
getOutcomepublic OperationResultStatusType getOutcome() 
 - 
setOutcomepublic void setOutcome(OperationResultStatusType outcome) 
 - 
getChangedItempublic ItemPathDto getChangedItem() 
 - 
setChangedItempublic void setChangedItem(ItemPathDto changedItem) 
 - 
getvalueRefTargetNamespublic List<ObjectType> getvalueRefTargetNames() 
 - 
setvalueRefTargetNamespublic void setvalueRefTargetNames(List<ObjectType> valueRefTargetNames) 
 - 
getTargetNamesObjectspublic List<ObjectType> getTargetNamesObjects() 
 - 
setTargetNamesObjectspublic void setTargetNamesObjects(List<ObjectType> targetNamesObjects) 
 - 
getCollectionRefpublic CollectionRefSpecificationType getCollectionRef() 
 - 
setCollectionRefpublic void setCollectionRef(CollectionRefSpecificationType collectionRef) 
 - 
getResourceOidpublic String getResourceOid() 
 - 
setResourceOidpublic void setResourceOid(String resourceOid) 
 - 
getChangedItemPanelModepublic ItemPathPanel.ItemPathPanelMode getChangedItemPanelMode() 
 - 
setChangedItemPanelModepublic void setChangedItemPanelMode(ItemPathPanel.ItemPathPanelMode changedItemPanelMode) 
 
- 
 
-