com.ibm.portal.content
Interface ModifiableInternalContentURL
- All Superinterfaces:
- ActiveFlag, ContentNode, ContentURL, DeviceClassCapable, Identifiable, InternalContentURL, Localized, MarkupCapable, Modifiable, ModifiableActiveFlag, ModifiableContentNode, ModifiableContentURL, ModifiableDeviceClassCapable, ModifiableIdentifiable, ModifiableLocalized, ModifiableMarkupCapable
public interface ModifiableInternalContentURL
- extends ModifiableContentURL, InternalContentURL
An interface representing a modifiable internal content URL instance.
- Since:
- 6.1.0
Methods inherited from interface com.ibm.portal.ModifiableLocalized |
confirmRemoveDescription, confirmRemoveDescriptions, confirmRemoveDescriptions, confirmRemoveTitle, confirmRemoveTitles, confirmRemoveTitles, confirmRetainDescriptions, confirmRetainTitles, confirmSetAll, confirmSetDescription, confirmSetDescriptions, confirmSetTitle, confirmSetTitles, removeDescription, removeDescriptions, removeDescriptions, removeTitle, removeTitles, removeTitles, retainDescriptions, retainTitles, setAll, setDescription, setDescriptions, setTitle, setTitles |
setTarget
Identifiable setTarget(Identifiable anIdentifiable,
Markup aMarkup)
throws CannotModifyPropertyException
- Sets the target of the internal URL.
- Parameters:
anIdentifiable
- an identifiable object representing the target of the internal
URLaMarkup
- the markup for which to set the target
- Returns:
- the set Identifiable
- Throws:
CannotModifyPropertyException
- in case the target cannot be set
confirmSetTarget
boolean confirmSetTarget(Identifiable anIdentifiable,
Markup aMarkup)
- Indicates if the target of the internal URL may be set for the specified
markup.
- Parameters:
anIdentifiable
- identifiable object representing the target of the internal
URLaMarkup
- the markup for which to indicate if the target may be set
- Returns:
true
if the target may be set, false
otherwise