|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xcmis.client.gwt.model.actions.CheckIn
public class CheckIn
| Field Summary | |
|---|---|
protected AccessControlList |
addACEs
Add ACEs. |
protected String |
checkinComment
Checkin comment. |
protected CmisContentStreamType |
contentStream
Content stream. |
protected CmisExtensionType |
extension
Extension. |
protected boolean |
major
Major. |
protected String |
objectId
Object id. |
protected List<String> |
policies
Policies. |
protected CmisProperties |
properties
Properties. |
protected AccessControlList |
removeACEs
Remove ACEs. |
protected String |
repositoryId
Repository id. |
| Constructor Summary | |
|---|---|
CheckIn()
|
|
| Method Summary | |
|---|---|
AccessControlList |
getAddACEs()
|
String |
getCheckinComment()
|
CmisContentStreamType |
getContentStream()
|
CmisExtensionType |
getExtension()
|
boolean |
getMajor()
|
String |
getObjectId()
Gets the value of the objectId property. |
List<String> |
getPolicies()
|
CmisProperties |
getProperties()
|
AccessControlList |
getRemoveACEs()
|
String |
getRepositoryId()
Gets the value of the repositoryId property. |
void |
setAddACEs(AccessControlList value)
|
void |
setCheckinComment(String value)
|
void |
setContentStream(CmisContentStreamType value)
|
void |
setExtension(CmisExtensionType value)
|
void |
setMajor(boolean value)
|
void |
setObjectId(String value)
Sets the value of the objectId property. |
void |
setProperties(CmisProperties value)
|
void |
setRemoveACEs(AccessControlList value)
|
void |
setRepositoryId(String value)
Sets the value of the repositoryId property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String repositoryId
protected String objectId
protected boolean major
protected CmisProperties properties
protected CmisContentStreamType contentStream
protected String checkinComment
protected List<String> policies
protected AccessControlList addACEs
protected AccessControlList removeACEs
protected CmisExtensionType extension
| Constructor Detail |
|---|
public CheckIn()
| Method Detail |
|---|
public String getRepositoryId()
Stringpublic void setRepositoryId(String value)
value - allowed object is
Stringpublic String getObjectId()
Stringpublic void setObjectId(String value)
value - allowed object is
Stringpublic boolean getMajor()
public void setMajor(boolean value)
value - valuepublic CmisProperties getProperties()
CmisPropertiespublic void setProperties(CmisProperties value)
value - valuepublic CmisContentStreamType getContentStream()
CmisContentStreamTypepublic void setContentStream(CmisContentStreamType value)
value - valuepublic String getCheckinComment()
public void setCheckinComment(String value)
value - valuepublic List<String> getPolicies()
public AccessControlList getAddACEs()
AccessControlListpublic void setAddACEs(AccessControlList value)
value - valuepublic AccessControlList getRemoveACEs()
AccessControlListpublic void setRemoveACEs(AccessControlList value)
value - valuepublic CmisExtensionType getExtension()
CmisExtensionTypepublic void setExtension(CmisExtensionType value)
value - value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||