org.olat.repository
Class RepositoryEntryStatus

java.lang.Object
  extended by org.olat.repository.RepositoryEntryStatus

public class RepositoryEntryStatus
extends java.lang.Object

Description:
This class is used to handle and interpret the status of repository entries.

Initial Date: 09.07.2009

Author:
bja

Field Summary
static int REPOSITORY_STATUS_CLOSED
           
static int REPOSITORY_STATUS_OPEN
           
 
Constructor Summary
RepositoryEntryStatus(int statusCode)
           
 
Method Summary
 boolean isClosed()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REPOSITORY_STATUS_OPEN

public static final int REPOSITORY_STATUS_OPEN
See Also:
Constant Field Values

REPOSITORY_STATUS_CLOSED

public static final int REPOSITORY_STATUS_CLOSED
See Also:
Constant Field Values
Constructor Detail

RepositoryEntryStatus

public RepositoryEntryStatus(int statusCode)
Method Detail

isClosed

public boolean isClosed()