org.alfresco.wcm.sandbox
Interface SandboxVersion

All Known Implementing Classes:
SandboxVersionImpl

public interface SandboxVersion

Provides information about a WCM sandbox version (snapshot).


Method Summary
 java.util.Date getCreatedDate()
          Get the creation date
 java.lang.String getCreator()
          Get the creator of this version
 java.lang.String getDescription()
          Get the submitted (long) description
 java.lang.String getLabel()
          Get the submitted (short) label / tag
 java.lang.String getSandboxId()
          Get the sandbox id
 int getVersion()
          Get the sandbox version ID
 boolean isSystemGenerated()
          Return true if system generated snapshot
 

Method Detail

getSandboxId

java.lang.String getSandboxId()
Get the sandbox id

Returns:
String sandbox id

getVersion

int getVersion()
Get the sandbox version ID

Returns:
The version

getCreator

java.lang.String getCreator()
Get the creator of this version

Returns:
The creator

getCreatedDate

java.util.Date getCreatedDate()
Get the creation date

Returns:
The creation date

getLabel

java.lang.String getLabel()
Get the submitted (short) label / tag

Returns:
The label

getDescription

java.lang.String getDescription()
Get the submitted (long) description

Returns:
The description

isSystemGenerated

boolean isSystemGenerated()
Return true if system generated snapshot

Returns:
TRUE if system (implicit) snapshot


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.