lumis.portal.structure.sync
Interface IFileStructureElement

Package class diagram package IFileStructureElement
All Superinterfaces:
IFileElement
All Known Implementing Classes:
Channel, ChannelResume, Page, ServiceInstance

public interface IFileStructureElement
extends IFileElement

A structure element that is the root of a structure file.

Since:
6.2.0

Method Summary
 String getDirectoryChannelId()
          Returns the identifier of the channel that corresponds to the directory this element's file resides in.
 String getId()
          Returns the element's identifier.
 String getStructureFileName()
          Returns the name of the structure file for this element.
 void setFriendlyId(String friendlyId)
          Sets the friendly identifier for this structure element.
 

Method Detail

getId

String getId()
Returns the element's identifier.

Returns:
the element's identifier.
Since:
6.2.0

getDirectoryChannelId

String getDirectoryChannelId()
Returns the identifier of the channel that corresponds to the directory this element's file resides in.

Returns:
the identifier of the channel.
Since:
6.2.0

getStructureFileName

String getStructureFileName()
Returns the name of the structure file for this element.

Returns:
the structure file name (only the file's name, does not include any path).
Since:
6.2.0

setFriendlyId

void setFriendlyId(String friendlyId)
Sets the friendly identifier for this structure element.

Parameters:
friendlyId - the friendly identifier.
Since:
6.2.0


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.