@Deprecated public class Contribution extends LocalObject implements DeepCloneable
http://wiki.appian.com/index.php/Import_Export_Content_Design#Contributions
,
Serialized FormModifier and Type | Field and Description |
---|---|
static boolean |
AUTHOR_OFF
Deprecated.
set if the contribution being reported is not the creation of the
thread.
|
static boolean |
AUTHOR_ON
Deprecated.
set if the contribution being reported is the creation of the
thread.
|
static java.lang.Integer |
SORT_BY_AUTHOR_ON_OFF
Deprecated.
|
static java.lang.Integer |
SORT_BY_ID
Deprecated.
|
static java.lang.Integer |
SORT_BY_TIMESTAMP
Deprecated.
|
static java.lang.Integer |
SORT_BY_TYPE
Deprecated.
|
LOG
Constructor and Description |
---|
Contribution()
Deprecated.
|
Contribution(java.lang.Integer type_,
java.lang.Long id_)
Deprecated.
|
Contribution(java.lang.Integer type_,
java.lang.Long id_,
boolean author_)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Deprecated.
Creates and returns a copy of this object.
|
java.sql.Timestamp |
getTimestamp()
Deprecated.
|
boolean |
isAuthor()
Deprecated.
Sets authorship of contribution
AUTHOR_ON if contribution is authoring a new thread
AUTHOR_OFF if contribution is participating in a thread or has
nothing to do with threads
|
void |
setAuthor(boolean author_)
Deprecated.
Retrieves authorship of Contribution
AUTHOR_ON if contribution is authoring a new thread
AUTHOR_OFF if contribution is participating in a thread or has
nothing to do with threads
|
void |
setTimestamp(java.sql.Timestamp timestamp_)
Deprecated.
Sets the time of this contribution
|
buildUserContext, compareTo, equals, getId, getObjectTypeMapping, getStringId, getType, hashCode, isNull, setId, setObjectTypeMapping, setStringId, setType, toString
public static final java.lang.Integer SORT_BY_ID
public static final java.lang.Integer SORT_BY_TYPE
public static final java.lang.Integer SORT_BY_TIMESTAMP
public static final java.lang.Integer SORT_BY_AUTHOR_ON_OFF
public static final boolean AUTHOR_ON
public static final boolean AUTHOR_OFF
public Contribution()
public Contribution(java.lang.Integer type_, java.lang.Long id_, boolean author_)
public Contribution(java.lang.Integer type_, java.lang.Long id_)
public java.lang.Object clone()
clone
in interface DeepCloneable
clone
in class LocalObject
public java.sql.Timestamp getTimestamp()
public void setTimestamp(java.sql.Timestamp timestamp_)
timestamp_
- the time of this contributionpublic void setAuthor(boolean author_)
author_
- authorship of contributionpublic boolean isAuthor()
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.