|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DocumentLibrary
Represents a library containing Documents.
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Returns the description for this DocumentLibrary |
java.lang.String |
getId()
Returns the unique Id of this DocumentLibrary object. |
DocumentLibraryACL |
getLibraryAccess()
Returns the access control object for this DocumentLibrary |
DocumentLibraryACL |
getLibraryResourceAccess(LibraryResourceType type)
Returns the access control object for a library resource (e.g. |
java.util.Locale |
getLocale()
Returns the Locale of this DocumentLibrary object. |
java.lang.String |
getName()
Returns the name of this DocumentLibrary object. |
java.lang.String |
getTitle()
Returns the title of this DocumentLibrary object. |
boolean |
isDeletionProhibited()
Indicates if this DocumentLibrary has deletion prohibited. |
boolean |
isEnabled()
Indicates if this DocumentLibrary is enabled |
void |
setDeletionProhibited(boolean isDeletionProhibited)
Set the DocumentLibrary deletion prohibited status |
void |
setDescription(java.lang.String description)
Set the description of this DocumentLibrary |
void |
setEnabled(boolean isEnabled)
Set the DocumentLibrary enabled status (enable or disable) |
void |
setLibraryAccess(DocumentLibraryACL acl)
Set the access control for this DocumentLibrary |
void |
setLibraryResourceAccess(LibraryResourceType type,
DocumentLibraryACL acl)
Set the access control for the supplied library resource type |
void |
setTitle(java.lang.String title)
Set the title of this DocumentLibrary |
| Method Detail |
|---|
java.lang.String getId()
DocumentLibrary object.
java.lang.String getName()
DocumentLibrary object.
java.lang.String getTitle()
DocumentLibrary object.
void setTitle(java.lang.String title)
DocumentLibrary
title - Title to be setDocumentLibraryACL getLibraryResourceAccess(LibraryResourceType type)
type - Library resource type
DocumentLibraryACL which represents the requested library resource access controlDocumentLibraryACL getLibraryAccess()
DocumentLibrary
DocumentLibraryACL which represents the library access controlvoid setLibraryAccess(DocumentLibraryACL acl)
DocumentLibrary
acl - the access control object to be set for this library
void setLibraryResourceAccess(LibraryResourceType type,
DocumentLibraryACL acl)
type - Library resource typeacl - the access control object to be set for the given library resourcejava.lang.String getDescription()
DocumentLibrary
DocumentLibraryvoid setDescription(java.lang.String description)
DocumentLibrary
description - Description to be setboolean isEnabled()
DocumentLibrary is enabled
DocumentLibrary is enabledvoid setEnabled(boolean isEnabled)
DocumentLibrary enabled status (enable or disable)
isEnabled - Flag indicating if the DocumentLibrary is to be set enabledboolean isDeletionProhibited()
DocumentLibrary has deletion prohibited.
DocumentLibrary has deletion prohibitedvoid setDeletionProhibited(boolean isDeletionProhibited)
DocumentLibrary deletion prohibited status
isDeletionProhibited - Flag indicating if the library should prohibit deletionjava.util.Locale getLocale()
Locale of this DocumentLibrary object.
Locale of the library
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||