|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xcmis.client.gwt.model.actions.CreatePolicy
public class CreatePolicy
| Field Summary | |
|---|---|
protected AccessControlList |
addACEs
Add ACEs. |
protected CmisExtensionType |
extension
Extension. |
protected String |
folderId
Folder id. |
protected List<String> |
policies
Policies. |
protected CmisProperties |
properties
Properties. |
protected AccessControlList |
removeACEs
Remove ACEs. |
protected String |
repositoryId
Repository id. |
| Constructor Summary | |
|---|---|
CreatePolicy()
|
|
| Method Summary | |
|---|---|
AccessControlList |
getAddACEs()
|
CmisExtensionType |
getExtension()
|
String |
getFolderId()
|
List<String> |
getPolicies()
|
CmisProperties |
getProperties()
Gets the value of the properties property. |
AccessControlList |
getRemoveACEs()
|
String |
getRepositoryId()
Gets the value of the repositoryId property. |
void |
setAddACEs(AccessControlList value)
|
void |
setExtension(CmisExtensionType value)
|
void |
setFolderId(String value)
|
void |
setProperties(CmisProperties value)
Sets the value of the properties property. |
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 CmisProperties properties
protected String folderId
protected List<String> policies
protected AccessControlList addACEs
protected AccessControlList removeACEs
protected CmisExtensionType extension
| Constructor Detail |
|---|
public CreatePolicy()
| Method Detail |
|---|
public String getRepositoryId()
Stringpublic void setRepositoryId(String value)
value - allowed object is
Stringpublic CmisProperties getProperties()
CmisPropertiesType public void setProperties(CmisProperties value)
value - allowed object is
CmisPropertiesType public String getFolderId()
public void setFolderId(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 | |||||||||