|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.activemath.content.Page
public class Page
Content abstraction of a Page. Contains references to content Items
| Field Summary | |
|---|---|
protected static Logger |
log
|
| Method Summary | |
|---|---|
void |
addItems(List itemsToAdd,
String locationItemId)
add a new List of content Ids (mbaseIds) after the given ItemId into the itemIds of this Page. |
Object |
clone()
|
boolean |
containsDynamicItem()
|
boolean |
containsDynamicTask()
|
boolean |
containsNonInstantiatedDynamicItem()
|
boolean |
dynamicItemWasDisplayed()
|
Book |
getBook()
|
List<String> |
getExerciseIds()
|
String |
getId()
|
List<String> |
getItemIds()
|
int |
getNumber()
|
String |
getTitle()
|
String |
getUniqueId()
|
void |
instantiateDynamicItems(String userId)
Currently all the dynamicItem will be treated as non-instantiated, because the execution of part of kinds of dynamicItem occurs no more in logical level but in presentation level. |
boolean |
isDynamicItemInstanciated()
|
void |
removeItem(String itemId)
remove the given ItemId from the page and the relevant element from Omgroup. |
void |
setDynamicItemWasDisplayed(boolean flag)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static Logger log
| Method Detail |
|---|
public String toString()
toString in class Objectpublic String getId()
public String getUniqueId()
public String getTitle()
public List<String> getItemIds()
public List<String> getExerciseIds()
public int getNumber()
public boolean containsNonInstantiatedDynamicItem()
public Book getBook()
public void removeItem(String itemId)
itemId -
public void addItems(List itemsToAdd,
String locationItemId)
itemsToAdd - (List of mbase ids/String)locationItemId - public void instantiateDynamicItems(String userId)
DynamicItem. The result should be packed in a list and it will be
analysed here and saved to the resul list.
userId - public boolean dynamicItemWasDisplayed()
public void setDynamicItemWasDisplayed(boolean flag)
dynamicItemWasDisplayed - The dynamicItemWasDisplayed to set.public boolean containsDynamicTask()
public Object clone()
throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic boolean containsDynamicItem()
public boolean isDynamicItemInstanciated()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||