Package com.saperion.ngc.dialogs
Class AbstractStructureDialog.StructureItem
- java.lang.Object
-
- com.saperion.ngc.dialogs.AbstractStructureDialog.StructureItem
-
- Enclosing class:
- AbstractStructureDialog
public static class AbstractStructureDialog.StructureItem extends java.lang.Object
Represents a row in the dialog's list.
-
-
Constructor Summary
Constructors Constructor Description StructureItem(DocumentArchiveMetaInfo.ElementArchiveMetaInfo info, boolean forCheckin)
Creates a new CheckinItem.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
int
getNumber()
boolean
isDeletable()
boolean
isUploadable()
-
-
-
Constructor Detail
-
StructureItem
public StructureItem(DocumentArchiveMetaInfo.ElementArchiveMetaInfo info, boolean forCheckin)
Creates a new CheckinItem.- Parameters:
info
- archive-meta-info of elementforCheckin
- set to true if the element is used in the checkin-dialog
-
-
Method Detail
-
getNumber
public int getNumber()
- Returns:
- the element number
-
getName
public java.lang.String getName()
- Returns:
- the name of the item
-
isUploadable
public boolean isUploadable()
- Returns:
- whether this element can be replaced by uploading a new file
-
isDeletable
public boolean isDeletable()
- Returns:
- whether this element can be deleted
-
-