|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.silverpeas.util.security.TextContent
public class TextContent
A content of text to use in the tests on the content encryption.
| Nested Class Summary | |
|---|---|
static class |
TextContent.Properties
|
| Constructor Summary | |
|---|---|
TextContent(String id,
String componentInstanceId,
UserDetail author)
|
|
| Method Summary | |
|---|---|
boolean |
canBeAccessedBy(UserDetail user)
|
String |
getComponentInstanceId()
Gets the unique identifier of the Silverpeas component instance that manages this content. |
String |
getContributionType()
Gets the type of this content. |
DateTime |
getCreationDate()
Gets the date at which this content was created. |
UserDetail |
getCreator()
Gets the author that has created this content. |
String |
getDescription()
Gets the description of this content if any. |
String |
getId()
Gets the identifier of this content in the Silverpeas component providing it. |
Map<String,String> |
getProperties()
|
String |
getSilverpeasContentId()
Gets the unique identifier of this content among all the contents managed in the Silverpeas collaborative portal. |
String |
getText()
|
String |
getTitle()
Gets the title of this content if any. |
void |
setDescription(String description)
|
void |
setText(String text)
|
void |
setTitle(String title)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TextContent(String id,
String componentInstanceId,
UserDetail author)
| Method Detail |
|---|
public String getId()
getId in interface SilverpeasContentpublic String getComponentInstanceId()
getComponentInstanceId in interface SilverpeasContentpublic String getSilverpeasContentId()
getSilverpeasContentId in interface SilverpeasContentpublic UserDetail getCreator()
getCreator in interface SilverpeasContentpublic DateTime getCreationDate()
getCreationDate in interface SilverpeasContentpublic String getTitle()
getTitle in interface SilverpeasContentpublic String getDescription()
getDescription in interface SilverpeasContentpublic String getContributionType()
getContributionType in interface SilverpeasContentpublic boolean canBeAccessedBy(UserDetail user)
canBeAccessedBy in interface SilverpeasContentpublic void setTitle(String title)
public void setDescription(String description)
public void setText(String text)
public String getText()
public Map<String,String> getProperties()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||