com.ibm.workplace.wcm.api
Interface DocumentLibrary


public interface DocumentLibrary


Method Summary
 java.lang.String getDescription()
          Currently unimplemented.
 com.ibm.workplace.wcm.api.DocumentLibraryACL getLibraryAccess()
          Currently unimplemented.
 com.ibm.workplace.wcm.api.DocumentLibraryACL getLibraryResourceAccess(com.ibm.workplace.wcm.api.LibraryResourceType type)
          Currently unimplemented.
 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()
          Currently unimplemented.
 boolean isDeletionProhibited()
          Currently unimplemented.
 boolean isEnabled()
          Currently unimplemented.
 void setDeletionProhibited(boolean isDeletionProhibited)
          Currently unimplemented.
 void setDescription(java.lang.String description)
          Currently unimplemented.
 void setEnabled(boolean isEnabled)
          Currently unimplemented.
 void setLibraryAccess(com.ibm.workplace.wcm.api.DocumentLibraryACL acl)
          Currently unimplemented.
 void setLibraryResourceAccess(com.ibm.workplace.wcm.api.LibraryResourceType type, com.ibm.workplace.wcm.api.DocumentLibraryACL acl)
          Currently unimplemented.
 void setTitle(java.lang.String title)
          Currently unimplemented.
 

Method Detail

getName

public java.lang.String getName()
Returns the name of this DocumentLibrary object.

Returns:
the name of the library

getTitle

public java.lang.String getTitle()

Currently unimplemented. This is a placeholder for future functionality.


setTitle

public void setTitle(java.lang.String title)

Currently unimplemented. This is a placeholder for future functionality.


getLibraryResourceAccess

public com.ibm.workplace.wcm.api.DocumentLibraryACL getLibraryResourceAccess(com.ibm.workplace.wcm.api.LibraryResourceType type)

Currently unimplemented. This is a placeholder for future functionality.


getLibraryAccess

public com.ibm.workplace.wcm.api.DocumentLibraryACL getLibraryAccess()

Currently unimplemented. This is a placeholder for future functionality.


setLibraryAccess

public void setLibraryAccess(com.ibm.workplace.wcm.api.DocumentLibraryACL acl)

Currently unimplemented. This is a placeholder for future functionality.


setLibraryResourceAccess

public void setLibraryResourceAccess(com.ibm.workplace.wcm.api.LibraryResourceType type,
                                     com.ibm.workplace.wcm.api.DocumentLibraryACL acl)

Currently unimplemented. This is a placeholder for future functionality.


getDescription

public java.lang.String getDescription()

Currently unimplemented. This is a placeholder for future functionality.


setDescription

public void setDescription(java.lang.String description)

Currently unimplemented. This is a placeholder for future functionality.


isEnabled

public boolean isEnabled()

Currently unimplemented. This is a placeholder for future functionality.


setEnabled

public void setEnabled(boolean isEnabled)

Currently unimplemented. This is a placeholder for future functionality.


isDeletionProhibited

public boolean isDeletionProhibited()

Currently unimplemented. This is a placeholder for future functionality.


setDeletionProhibited

public void setDeletionProhibited(boolean isDeletionProhibited)

Currently unimplemented. This is a placeholder for future functionality.


getLocale

public java.util.Locale getLocale()
Returns the Locale of this DocumentLibrary object.

Returns:
the Locale of the library