public interface ControllableSymbolicLink extends ControllableFolder
LINK_TARGET property refers.
The members of a symbolic link are the members of the resource to which its
LINK_TARGET property refers.
A controllable symbolic link resource is a symbolic link that can be placed under control.
When a symbolic link is placed under version control, a version of that symbolic link
captures the link-pathname value of that symbolic link.ControllableResource.CheckinFlag, ControllableResource.CheckoutFlagFolder.BindFlag, Folder.RebindFlagResource.CopyFlag| Modifier and Type | Field and Description |
|---|---|
static PropertyNameList.PropertyName<Location> |
LINK_TARGET
A pathname that identifies the resource to which the symbolic link refers.
|
IS_BASELINE_CONTROLLABLE, IS_BASELINE_CONTROLLED, ROOT_FOLDER_OFACTIVITY, AUTO_MERGE_LIST, CHECKED_IN, CHECKED_OUT, CONFIGURATION, IS_CHECKED_OUT, IS_VERSION_CONTROLLABLE, IS_VERSION_CONTROLLED, MERGE_LIST, PREDECESSOR_LIST, RESERVED, VERSION_HISTORY, WORKSPACECHILD_LIST, CHILD_MAPALL_CUSTOM_PROPERTIES, COMMENT, CONTENT_CHARACTER_SET, CONTENT_IDENTIFIER, CONTENT_LANGUAGE, CONTENT_LENGTH, CONTENT_TYPE, CREATION_DATE, CREATOR_DISPLAY_NAME, DISPLAY_NAME, IS_EXECUTABLE, LAST_MODIFIED, PARENT_LIST, PATHNAME_LOCATION, PROVIDER_LIST, RESOURCE_IDENTIFIER, WORKSPACE_FOLDER_LIST| Modifier and Type | Method and Description |
|---|---|
Location |
getLinkTarget()
Get the
LINK_TARGET property. |
void |
setLinkTarget(Location linkTarget)
Set the
LINK_TARGET property. |
doBaselineControl, doCreateBaselineControlledFolder, getIsBaselineControllable, getIsBaselineControlled, getRootFolderOfdoAddLabel, doCheckin, doCheckout, doCreateResource, doCreateVersionControlledResource, doReadLabelledVersionProperties, doRemoveLabel, doSetLabel, doUncheckout, doVersionControl, getActivity, getAutoMergeList, getCheckedIn, getCheckedOut, getConfiguration, getIsCheckedOut, getIsVersionControllable, getIsVersionControlled, getMergeList, getPredecessorList, getReserved, getVersionHistory, getWorkspace, setActivity, setAutoMergeList, setMergeList, setPredecessorList, setReserved, workspaceProviderdoBindChild, doReadMemberList, doRebindAll, doRebindChild, doUnbindChild, getChildList, getChildMapdoCopy, doFind, doFindAll, doGetPropertyNameList, doGetPropertyNameList, doReadContent, doReadProperties, doUnbindAll, doWriteContent, doWriteProperties, forgetProperty, getComment, getContentCharacterSet, getContentIdentifier, getContentLanguage, getContentLength, getContentType, getCreationDate, getCreatorDisplayName, getDisplayName, getIsExecutable, getLastModified, getParentList, getPathnameLocation, getProperty, getProviderList, getResourceIdentifier, getWorkspaceFolderList, initProperty, location, lookupProperty, modifyLocation, propertyNameList, provider, removeProperty, setComment, setContentCharacterSet, setContentLanguage, setContentType, setCreatorDisplayName, setDisplayName, setIsExecutable, setProperty, setProperty, updatedPropertyNameListstatic final PropertyNameList.PropertyName<Location> LINK_TARGET
Location getLinkTarget() throws WvcmException
LINK_TARGET property.LINK_TARGET property.WvcmException - if this property was not set and
this ControllableSymbolicLink was not created with
LINK_TARGET as a wanted property.setLinkTarget(javax.wvcm.Location)void setLinkTarget(Location linkTarget)
LINK_TARGET property.linkTarget - the new pathname
value for the LINK_TARGET property.getLinkTarget()Copyright © IBM 2017. All rights reserved.