|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISCSItem
Represents a node on the content server. A node is any managed item that has a set of metadata.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.stellent.cis.client.api.common.ICISObjectInitializable |
|---|
ICISObjectInitializable.AdapterVersionAware |
| Field Summary |
|---|
| Fields inherited from interface com.stellent.cis.client.api.common.ICISObject |
|---|
FILTER_NULL_VALUE, FILTER_READONLY, FILTER_SYSTEM |
| Method Summary | |
|---|---|
java.lang.String |
getAuthor()
|
ISCSContentID |
getContentID()
|
ISCSDocumentID |
getDocumentID()
|
java.lang.String |
getSecurityAccount()
|
java.lang.String |
getSecurityGroup()
|
java.lang.String |
getType()
|
void |
setAuthor(java.lang.String author)
The author of the document |
void |
setContentID(ISCSContentID contentID)
Set the content ID for this item |
void |
setDocumentID(ISCSDocumentID documentID)
Set the document ID for this item |
void |
setSecurityAccount(java.lang.String securityAccount)
Set the security account (if accounts are enabled) |
void |
setSecurityGroup(java.lang.String securityGroup)
Set the security group |
void |
setType(java.lang.String type)
Set the type of document |
| Methods inherited from interface com.stellent.cis.client.api.scs.ISCSObject |
|---|
castObject, clearPropertyFilter, copyObject, getPropertyFilter, getSourceAdapter, getSourceObject, getSourceObjectPropertyType, mergeObject, mergeObject, removeProperty, setPropertyFilter, setRestrictedPropertyFilter, setSourceObjectPropertyType |
| Methods inherited from interface com.stellent.cis.client.api.common.ICISObject |
|---|
getProperties, getPropertiesWithValue, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDescriptors, hasProperty, setProperty, setProperty, setProperty |
| Methods inherited from interface com.stellent.cis.client.api.common.ICISObjectInitializable |
|---|
intialize |
| Method Detail |
|---|
ISCSContentID getContentID()
void setContentID(ISCSContentID contentID)
contentID - the content IDISCSDocumentID getDocumentID()
void setDocumentID(ISCSDocumentID documentID)
documentID - the document IDjava.lang.String getSecurityGroup()
void setSecurityGroup(java.lang.String securityGroup)
securityGroup - the name of the security groupjava.lang.String getAuthor()
void setAuthor(java.lang.String author)
author - the author namejava.lang.String getType()
void setType(java.lang.String type)
type - the document typejava.lang.String getSecurityAccount()
void setSecurityAccount(java.lang.String securityAccount)
securityAccount - the name of the security account
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||