com.ibm.rational.wvcm.stp.cc
Interface CcElementType
- All Superinterfaces:
- CcResource, CcTypeBase, CcVobResource, Resource, StpResource
public interface CcElementType
- extends CcTypeBase
A proxy for a ClearCase element type.
The use of element types lets each class of elements be handled differently.
An element type is a class of file elements. Predefined element types, such as
file and text_file, are included. You can define your own element types.
When you create an element type for use in UCM projects, you can specify a mergetype
attribute, which determines how deliver and rebase operations handle merging of
files of that element type.
For more information about elements and element types, see the ClearCase "Guide to Managing Software Projects"
manual, and the cleartool man pages "mkeltype" and "mkelem".
Fields inherited from interface javax.wvcm.Resource |
ALL_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 |
Methods inherited from interface CcVobResource |
doApplyAttribute, doRemoveAttribute, doRequestForMastership, getAttributeList, getCurrentReplica, getHasLocalMastership, getHyperlinkList, getLockInfo, getMasterReplica, getPermissions, getVob, setLockInfo, setPermissions |
Methods inherited from interface com.ibm.rational.wvcm.stp.StpResource |
doReadProperties, equals, getAllProperties, getAuthenticationRealm, getCreatorGroupName, getCreatorLoginName, getCustomProperties, getEfficientLocation, getInvalidProperties, getMetaProperties, getPropertyException, getRepository, getResourceError, getResourceIdentifier, getStableLocation, getUserFriendlyLocation, hashCode, hasProperties, initMetaProperty, proxyType, stpLocation, stpProvider |
Methods inherited from interface javax.wvcm.Resource |
doCopy, 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, getWorkspaceFolderList, initProperty, location, lookupProperty, modifyLocation, propertyNameList, provider, removeProperty, setComment, setContentCharacterSet, setContentLanguage, setContentType, setCreatorDisplayName, setDisplayName, setIsExecutable, setProperty, setProperty, updatedPropertyNameList |
MERGE_TYPE
static final PropertyNameList.PropertyName<CcElementType.MergeType> MERGE_TYPE
- The merge type of this element type.
TYPE_MANAGER
static final PropertyNameList.PropertyName<String> TYPE_MANAGER
- The type manager of this element type.
getMergeType
CcElementType.MergeType getMergeType()
throws WvcmException
- Get the value of this proxy's
MERGE_TYPE
property.
- Returns:
- this element type's merge type
- Throws:
WvcmException
getTypeManager
String getTypeManager()
throws WvcmException
- Get the value of this proxy's
TYPE_MANAGER
property.
- Returns:
- this element type's type manager
- Throws:
WvcmException
Copyright © IBM 2010. All rights reserved.