public final class CommitInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static CommitInfo |
EMPTY
Empty commit information object.
|
static String |
OAK_UNKNOWN |
| Constructor and Description |
|---|
CommitInfo(String sessionId,
String userId)
Creates a commit info for the given session and user.
|
CommitInfo(String sessionId,
String userId,
Map<String,Object> info)
Creates a commit info for the given session and user and info map.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
long |
getDate() |
Map<String,Object> |
getInfo()
Return the info map
|
String |
getPath()
Returns the base path of this commit.
|
String |
getSessionId() |
String |
getUserId() |
int |
hashCode() |
String |
toString() |
public static final String OAK_UNKNOWN
public static final CommitInfo EMPTY
public CommitInfo(String sessionId, String userId)
sessionId - session identifieruserId - The user id.public String getSessionId()
public String getUserId()
public long getDate()
public String getPath()
"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"