|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.structure.sync.ChannelResume
public class ChannelResume
Resumed information about a channel. Composes a ChannelHierarchy
.
Constructor Summary | |
---|---|
ChannelResume()
|
Method Summary | |
---|---|
String |
getAccessControlListId()
Returns the identifier of this channel's ACL. |
ChannelTemplateLinkInfo |
getChannelTemplateLinkInfo()
Returns information of the channel template element this channel is linked to. |
String |
getDirectoryChannelId()
Returns the identifier of the channel that corresponds to the directory this element's file resides in. |
String |
getFriendlyId()
|
String |
getId()
Returns this channel's identifier. |
ChannelResume |
getParentChannel()
Returns the channel parent of this channel. |
String |
getPath()
Returns the relative path to this channel's directory. |
String |
getPropertyBagId()
Returns the identifier of this channel's property bag. |
String |
getStructureFileName()
Returns the name of the structure file for this element. |
String |
getStructureFilePath()
Returns the relative path to this channel structure file. |
IWebsite |
getWebsite()
Returns the website this channel belongs to. |
boolean |
isKeptUnchanged()
Returns whether this channel was kept unchanged during a synchronization. |
boolean |
isRecursivelySelectedForSynchronization()
Returns whether this channel is selected for recursive synchronization. |
boolean |
isSelectedForSynchronization()
Returns whether this channel is selected for synchronization. |
void |
keptUnchanged()
Mark this channel as it was kept unchanged. |
void |
setFriendlyId(String friendlyId)
Sets the friendly identifier for this structure element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChannelResume()
Method Detail |
---|
public String getId()
getId
in interface IFileStructureElement
public ChannelResume getParentChannel()
public ChannelTemplateLinkInfo getChannelTemplateLinkInfo()
public String getAccessControlListId()
public String getPropertyBagId()
public IWebsite getWebsite()
ChannelHierarchy.detectWebsites()
.
public boolean isKeptUnchanged()
Channel
entity, not to any
related entity.
public void keptUnchanged()
isKeptUnchanged()
public boolean isSelectedForSynchronization()
public boolean isRecursivelySelectedForSynchronization()
public String getPath()
public String getStructureFilePath()
public String getDirectoryChannelId()
IFileStructureElement
getDirectoryChannelId
in interface IFileStructureElement
public String getStructureFileName()
IFileStructureElement
getStructureFileName
in interface IFileStructureElement
public void setFriendlyId(String friendlyId)
IFileStructureElement
setFriendlyId
in interface IFileStructureElement
friendlyId
- the friendly identifier.public String getFriendlyId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |