public interface CcVob extends StpRepository, CcVobResource
A proxy for a ClearCase versioned object base (VOB) - the repository for all server-side ClearCase resources.
A VOB can either be a regular VOB or project VOB. A project VOB is a partcular type of VOB that may contain UCM project metadata - projects, streams, activities, components, and baselines.
CcVobResource.ApplyAttributeFlagStpResource.UnsupportedPropertyResource.CopyFlagPRODUCT_INFOATTRIBUTE_LIST, CC_MASTER_REPLICA, CURRENT_REPLICA, EFFECTIVE_ACL, HAS_LOCAL_MASTERSHIP, HYPERLINK_LIST, LOCK_INFO, MY_EFFECTIVE_ACCESS, MY_EFFECTIVE_ACL, PERMISSIONS, ROLEMAP, VOBALL_PROPERTIES, AUTHENTICATION_REALM, CREATOR_GROUP_NAME, CREATOR_LOGIN_NAME, EFFICIENT_LOCATION, INVALID_PROPERTIES, REPOSITORY, STABLE_LOCATION, USER_FRIENDLY_LOCATIONALL_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 |
|---|---|
boolean |
doIsLabelTypeVisible(String labelName)
Check to see if a type with the given name is visible in this VOB.
|
ResourceList<CcAttributeType> |
getAttributeTypeList()
Get the value of this proxy's
ATTRIBUTE_TYPE_LIST property. |
ResourceList<CcBranchType> |
getBranchTypeList()
Get the value of this proxy's
BRANCH_TYPE_LIST property. |
ResourceList<CcComponent> |
getComponentList()
Get the value of this proxy's
COMPONENT_LIST property. |
ResourceList<CcElementType> |
getElementTypeList()
Get the value of this proxy's
ELEMENT_TYPE_LIST property. |
ResourceList<CcHyperlinkType> |
getHyperlinkTypeList()
Get the value of this proxy's
HYPERLINK_TYPE_LIST property. |
boolean |
getIsAclEnforced()
Returns the value of this proxy's
IS_ACL_ENFORCED property. |
boolean |
getIsAtomicCheckinEnabled()
Returns the value of this proxy's
IS_ATOMIC_CHECKIN_ENABLED property. |
boolean |
getIsProjectVob()
Returns the value of this proxy's
IS_PROJECT_VOB property. |
boolean |
getIsReplicated()
Returns the value of this proxy's
IS_REPLICATED property. |
ResourceList<CcLabelType> |
getLabelTypeList()
Get the value of this proxy's
LABEL_TYPE_LIST property. |
ResourceList<CcVob> |
getOrderedAdminVobList()
Get the value of this proxy's
ORDERED_ADMIN_VOB_LIST property. |
ResourceList<CcPolicy> |
getPolicyList()
Get the value of this proxy's
POLICY_LIST property. |
ResourceList<CcReplica> |
getReplicaList()
Returns the value of this proxy's
REPLICA_LIST property. |
ResourceList<CcRolemap> |
getRolemapList()
Get the value of this proxy's
ROLEMAP_LIST property. |
CcProjectFolder |
getRootProjectFolder()
Returns the value of this proxy's
ROOT_PROJECT_FOLDER property. |
long |
getSchemaVersion()
Get the value of this proxy's
SCHEMA_VERSION property. |
ResourceList<CcTriggerType> |
getTriggerTypeList()
Get the value of this proxy's
TRIGGER_TYPE_LIST property. |
CcVobTag |
getVobTag()
Returns the value of this proxy's
VOB_TAG property. |
String |
getVobTagString()
Returns the value of this proxy's
VOB_TAG_STRING property. |
getProductInfodoApplyAttribute, doApplyRolemap, doRemoveAttribute, doRequestForMastership, getAttributeList, getCurrentReplica, getEffectiveAcl, getHasLocalMastership, getHyperlinkList, getLockInfo, getMasterReplica, getMyEffectiveAccess, getMyEffectiveAcl, getPermissions, getRolemap, getVob, setLockInfo, setPermissionsccProvider, doReadContent, doResolve, doWriteProperties, hasSupportedProperties, isResolved, readProperties, readProperties, resolve, writeProperties, writePropertiesdoReadProperties, equals, getAllProperties, getAuthenticationRealm, getCreatorGroupName, getCreatorLoginName, getCustomProperties, getEfficientLocation, getInvalidProperties, getMetaProperties, getPropertyException, getRepository, getResourceError, getResourceIdentifier, getStableLocation, getUserFriendlyLocation, hashCode, hasProperties, initMetaProperty, proxyType, setPropertyClean, stpLocation, stpProviderdoCopy, 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, updatedPropertyNameListstatic final PropertyNameList.PropertyName<ResourceList<CcAttributeType>> ATTRIBUTE_TYPE_LIST
static final PropertyNameList.PropertyName<ResourceList<CcBranchType>> BRANCH_TYPE_LIST
static final PropertyNameList.PropertyName<ResourceList<CcComponent>> COMPONENT_LIST
static final PropertyNameList.PropertyName<ResourceList<CcElementType>> ELEMENT_TYPE_LIST
static final PropertyNameList.PropertyName<ResourceList<CcHyperlinkType>> HYPERLINK_TYPE_LIST
static final PropertyNameList.PropertyName<Boolean> IS_ACL_ENFORCED
static final PropertyNameList.PropertyName<Boolean> IS_ATOMIC_CHECKIN_ENABLED
static final PropertyNameList.PropertyName<Boolean> IS_PROJECT_VOB
static final PropertyNameList.PropertyName<Boolean> IS_REPLICATED
static final PropertyNameList.PropertyName<ResourceList<CcLabelType>> LABEL_TYPE_LIST
static final PropertyNameList.PropertyName<ResourceList<CcVob>> ORDERED_ADMIN_VOB_LIST
static final PropertyNameList.PropertyName<ResourceList<CcPolicy>> POLICY_LIST
static final PropertyNameList.PropertyName<ResourceList<CcReplica>> REPLICA_LIST
static final PropertyNameList.PropertyName<ResourceList<CcRolemap>> ROLEMAP_LIST
static final PropertyNameList.PropertyName<CcProjectFolder> ROOT_PROJECT_FOLDER
static final PropertyNameList.PropertyName<Long> SCHEMA_VERSION
static final PropertyNameList.PropertyName<ResourceList<CcTriggerType>> TRIGGER_TYPE_LIST
static final PropertyNameList.PropertyName<CcVobTag> VOB_TAG
CcVobTag resource in the current
registry region.static final PropertyNameList.PropertyName<String> VOB_TAG_STRING
boolean doIsLabelTypeVisible(String labelName) throws WvcmException
labelName - Name of the label to look for.WvcmExceptionResourceList<CcAttributeType> getAttributeTypeList() throws WvcmException
ATTRIBUTE_TYPE_LIST property. Note
that this includes global types higher up the Admin VOB
hierarchy with no local copy in this VOB.WvcmException - if this proxy doesn't define a value for this
property.ResourceList<CcBranchType> getBranchTypeList() throws WvcmException
BRANCH_TYPE_LIST property. Note
that this includes global types higher up the Admin VOB
hierarchy with no local copy in this VOB.WvcmException - if this proxy doesn't define a value for this
property.ResourceList<CcComponent> getComponentList() throws WvcmException
COMPONENT_LIST property.WvcmException - if this proxy doesn't define a value for this
property.ResourceList<CcElementType> getElementTypeList() throws WvcmException
ELEMENT_TYPE_LIST property. Note
that this includes global types higher up the Admin VOB
hierarchy with no local copy in this VOB.WvcmException - if this proxy doesn't define a value for this
property.ResourceList<CcHyperlinkType> getHyperlinkTypeList() throws WvcmException
HYPERLINK_TYPE_LIST property. Note
that this includes global types higher up the Admin VOB
hierarchy with no local copy in this VOB.WvcmException - if this proxy doesn't define a value for this
property.boolean getIsAclEnforced() throws WvcmException
IS_ACL_ENFORCED property.WvcmException - if this proxy doesn't define a value for this
property.boolean getIsAtomicCheckinEnabled() throws WvcmException
IS_ATOMIC_CHECKIN_ENABLED property.WvcmException - if this proxy doesn't define a value for this
property.boolean getIsProjectVob() throws WvcmException
IS_PROJECT_VOB property.WvcmException - if this proxy doesn't define a value for this
property.boolean getIsReplicated() throws WvcmException
IS_REPLICATED property.WvcmException - if this proxy doesn't define a value for this property.ResourceList<CcLabelType> getLabelTypeList() throws WvcmException
LABEL_TYPE_LIST property. Note
that this includes global types higher up the Admin VOB
hierarchy with no local copy in this VOB.WvcmException - if this proxy doesn't define a value for this
property.ResourceList<CcVob> getOrderedAdminVobList() throws WvcmException
ORDERED_ADMIN_VOB_LIST property.WvcmException - if this proxy doesn't define a value for this
property.ResourceList<CcPolicy> getPolicyList() throws WvcmException
POLICY_LIST property.WvcmException - if this proxy doesn't define a value for this
property.ResourceList<CcReplica> getReplicaList() throws WvcmException
REPLICA_LIST property.WvcmException - if this proxy doesn't define a value for this
property.ResourceList<CcRolemap> getRolemapList() throws WvcmException
ROLEMAP_LIST property.WvcmException - if this proxy doesn't define a value for this
property.CcProjectFolder getRootProjectFolder() throws WvcmException
ROOT_PROJECT_FOLDER property.WvcmException - if this proxy doesn't define a value for this
property.long getSchemaVersion() throws WvcmException
SCHEMA_VERSION property.WvcmException - if this proxy doesn't define a value for this
property.ResourceList<CcTriggerType> getTriggerTypeList() throws WvcmException
TRIGGER_TYPE_LIST property.WvcmException - if this proxy doesn't define a value for this
property.CcVobTag getVobTag() throws WvcmException
VOB_TAG property.WvcmException - if this proxy doesn't define a value for this
property.String getVobTagString() throws WvcmException
VOB_TAG_STRING property.WvcmException - if this proxy doesn't define a value for this
property.Copyright © IBM 2017. All rights reserved.