Package org.alfresco.service.cmr.view
Interface ExporterContext
-
public interface ExporterContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancanRetrieve()Return true if there is active node for exportStringgetExportedBy()Gets who initiated the exportDategetExportedDate()Gets date at which export occuredStringgetExporterVersion()Gets version number of exporterNodeRef[]getExportList()Gets list of nodes for exportNodeRefgetExportOf()Gets active node for exportNodeRefgetExportParent()Gets parent of exporting nodeNodeRef[]getExportParentList()Gets list of parents for exporting nodesvoidresetContext()Set first active nodeintsetNextValue()Set next active node from list
-
-
-
Method Detail
-
getExportedBy
String getExportedBy()
Gets who initiated the export- Returns:
- String
-
getExportedDate
Date getExportedDate()
Gets date at which export occured- Returns:
- Date
-
getExporterVersion
String getExporterVersion()
Gets version number of exporter- Returns:
- String
-
getExportOf
NodeRef getExportOf()
Gets active node for export- Returns:
- NodeRef
-
getExportParent
NodeRef getExportParent()
Gets parent of exporting node- Returns:
- NodeRef
-
getExportList
NodeRef[] getExportList()
Gets list of nodes for export- Returns:
- NodeRef[]
-
getExportParentList
NodeRef[] getExportParentList()
Gets list of parents for exporting nodes- Returns:
- NodeRef[]
-
canRetrieve
boolean canRetrieve()
Return true if there is active node for export- Returns:
- boolean
-
setNextValue
int setNextValue()
Set next active node from list- Returns:
- int
-
resetContext
void resetContext()
Set first active node
-
-