|
Project: stp | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CcVob
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.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface CcVobResource |
---|
CcVobResource.ApplyAttributeFlag |
Fields inherited from interface com.ibm.rational.wvcm.stp.StpRepository |
---|
PRODUCT_INFO |
Fields inherited from interface CcVobResource |
---|
ATTRIBUTE_LIST, CC_MASTER_REPLICA, CURRENT_REPLICA, HAS_LOCAL_MASTERSHIP, HYPERLINK_LIST, LOCK_INFO, PERMISSIONS, VOB |
Method Summary | |
---|---|
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 |
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<CcReplica> |
getReplicaList()
Returns the value of this proxy's REPLICA_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. |
Methods inherited from interface com.ibm.rational.wvcm.stp.StpRepository |
---|
getProductInfo |
Methods inherited from interface CcVobResource |
---|
doApplyAttribute, doRemoveAttribute, doRequestForMastership, getAttributeList, getCurrentReplica, getHasLocalMastership, getHyperlinkList, getLockInfo, getMasterReplica, getPermissions, getVob, setLockInfo, setPermissions |
Methods inherited from interface CcResource |
---|
ccProvider, doResolve, isResolved |
Field Detail |
---|
static 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_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<CcReplica>> REPLICA_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
Method Detail |
---|
boolean doIsLabelTypeVisible(String labelName) throws WvcmException
labelName
- Name of the label to look for.
WvcmException
ResourceList<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 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<CcReplica> getReplicaList() throws WvcmException
REPLICA_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.
|
Generated Tue 20-Sep-2011 04:10 AM | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |