public class AuditLog extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
AuditLog.ActionType
Deprecated.
Enum for determining the action type for audit log.
|
Modifier and Type | Field and Description |
---|---|
static String |
AUTHOR_INSTANCE
Deprecated.
|
static String |
PUBLISH_INSTANCE
Deprecated.
|
Constructor and Description |
---|
AuditLog()
Deprecated.
|
AuditLog(String assetName,
AssetType assetType,
String crxVersion,
String comment,
int state,
Map<String,Object> extendedProperties,
Date actionDate,
String actionBy,
AuditLog.ActionType actionType,
String requestIdentifier)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getActionBy()
Deprecated.
|
Date |
getActionDate()
Deprecated.
|
AuditLog.ActionType |
getActionType()
Deprecated.
|
String |
getAssetName()
Deprecated.
|
AssetType |
getAssetType()
Deprecated.
|
String |
getAuditLogNodeName()
Deprecated.
|
String |
getComment()
Deprecated.
|
String |
getCrxVersion()
Deprecated.
|
Map<String,Object> |
getExtendedProperties()
Deprecated.
|
String |
getId()
Deprecated.
|
String |
getLogGeneratedOn()
Deprecated.
|
String |
getRequestIdentifier()
Deprecated.
|
int |
getState()
Deprecated.
|
void |
setActionBy(String actionBy)
Deprecated.
|
void |
setActionDate(Date actionDate)
Deprecated.
|
void |
setActionType(AuditLog.ActionType actionType)
Deprecated.
|
void |
setAssetName(String assetName)
Deprecated.
|
void |
setAssetType(AssetType assetType)
Deprecated.
|
void |
setAuditLogNodeName(String auditLogNodeName)
Deprecated.
|
void |
setComment(String comment)
Deprecated.
|
void |
setCrxVersion(String crxVersion)
Deprecated.
|
void |
setExtendedProperties(Map<String,Object> extendedProperties)
Deprecated.
|
void |
setId(String id)
Deprecated.
|
void |
setLogGeneratedOn(String logGeneratedOn)
Deprecated.
|
void |
setRequestIdentifier(String requestIdentifier)
Deprecated.
|
void |
setState(int state)
Deprecated.
|
String |
toString()
Deprecated.
|
public static final String AUTHOR_INSTANCE
public static final String PUBLISH_INSTANCE
public String getId()
public void setId(String id)
public String getAssetName()
public void setAssetName(String assetName)
public String getAuditLogNodeName()
public void setAuditLogNodeName(String auditLogNodeName)
public AssetType getAssetType()
public void setAssetType(AssetType assetType)
public String getCrxVersion()
public void setCrxVersion(String crxVersion)
public String getComment()
public void setComment(String comment)
public int getState()
public void setState(int state)
public Date getActionDate()
public void setActionDate(Date actionDate)
public String getActionBy()
public void setActionBy(String actionBy)
public AuditLog.ActionType getActionType()
public void setActionType(AuditLog.ActionType actionType)
public void setExtendedProperties(Map<String,Object> extendedProperties)
public String getLogGeneratedOn()
public void setLogGeneratedOn(String logGeneratedOn)
public String getRequestIdentifier()
public void setRequestIdentifier(String requestIdentifier)
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.