Package com.saperion.ngc.dialogs
Class AbstractStructureDialog.StructureItem
java.lang.Object
com.saperion.ngc.dialogs.AbstractStructureDialog.StructureItem
- Enclosing class:
- AbstractStructureDialog
Represents a row in the dialog's list.
-
Constructor Summary
ConstructorsConstructorDescriptionStructureItem
(DocumentArchiveMetaInfo.ElementArchiveMetaInfo info, boolean forCheckin) Creates a new CheckinItem. -
Method Summary
-
Constructor Details
-
StructureItem
Creates a new CheckinItem.- Parameters:
info
- archive-meta-info of elementforCheckin
- set to true if the element is used in the checkin-dialog
-
-
Method Details
-
getNumber
public int getNumber()- Returns:
- the element number
-
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
-