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 String
F_CHANGED_ITEM
static String
F_CHANNEL
static String
F_COLLECTION_REF
static String
F_EVENT_STAGE
static String
F_EVENT_TYPE
static String
F_FROM
static String
F_HOST_IDENTIFIER
static String
F_INITIATOR_NAME
static String
F_OUTCOME
static String
F_REQUEST_IDENTIFIER
static String
F_RESOURCE_OID
static String
F_TARGET_NAME
static String
F_TARGET_NAMES_OBJECTS
static String
F_TARGET_OWNER_NAME
static String
F_TO
static String
F_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)
-
-