com.stellent.cis.client.api.scs.component.folder
Interface ISCSLink

All Known Subinterfaces:
ISCSFolder, ISCSFolderContent

public interface ISCSLink

Link items that live inside a folder (returned from folder queries). Represents a shortcut (link) to a content or folder item.


Field Summary
static int LINK_TYPE_CONTENT
           
static int LINK_TYPE_FOLDER
           
 
Method Summary
 java.util.Date getLinkCreatedDate()
           
 ISCSFolderID getLinkFolderID()
           
 ISCSLinkID getLinkID()
           
 ISCSID getLinkItemID()
           
 java.lang.String getLinkName()
           
 java.lang.String getLinkOwner()
           
 int getLinkType()
           
 boolean isLink()
           
 

Field Detail

LINK_TYPE_FOLDER

static final int LINK_TYPE_FOLDER
See Also:
Constant Field Values

LINK_TYPE_CONTENT

static final int LINK_TYPE_CONTENT
See Also:
Constant Field Values
Method Detail

isLink

boolean isLink()
Returns:
true if this is a link

getLinkID

ISCSLinkID getLinkID()
Returns:
the ID that identifies this active link object

getLinkCreatedDate

java.util.Date getLinkCreatedDate()
Returns:
the date this link was created (valid call only if isLink() returns true)

getLinkFolderID

ISCSFolderID getLinkFolderID()
Returns:
the folder ID of the folder where this link resides

getLinkName

java.lang.String getLinkName()
Returns:
the name of the link

getLinkOwner

java.lang.String getLinkOwner()
Returns:
the owner of the link

getLinkType

int getLinkType()
Returns:
the type of link

getLinkItemID

ISCSID getLinkItemID()
Returns:
the ID of the item that is linked