|
Project: stp | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CcResource
A proxy for a resource in a ClearCase VOB or view.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.ibm.rational.wvcm.stp.StpResource |
---|
StpResource.UnsupportedProperty |
Nested classes/interfaces inherited from interface javax.wvcm.Resource |
---|
Resource.CopyFlag |
Field Summary |
---|
Fields inherited from interface com.ibm.rational.wvcm.stp.StpResource |
---|
ALL_PROPERTIES, AUTHENTICATION_REALM, CREATOR_GROUP_NAME, CREATOR_LOGIN_NAME, EFFICIENT_LOCATION, INVALID_PROPERTIES, REPOSITORY, STABLE_LOCATION, USER_FRIENDLY_LOCATION |
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 |
Method Summary | |
---|---|
CcProvider |
ccProvider()
Get the ClearCase provider associated with this resource proxy. |
CcResource |
doResolve()
Construct a new proxy for this resource. |
boolean |
hasSupportedProperties(PropertyRequestItem wantedProp)
Checks if this proxy contains valid values for the provided properties, if and only if, they are supported. |
boolean |
isResolved()
Has this proxy already been resolved? |
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, setPropertyClean, stpLocation, stpProvider |
Method Detail |
---|
CcProvider ccProvider()
CcResource doResolve() throws WvcmException
Unresolved resource proxies should not be used in situations where equality matters, especially in maps, lists, sets, and other collection classes.
WvcmException
boolean hasSupportedProperties(PropertyRequestItem wantedProp)
wantedProp
- A PropertyRequestItem, possibly with multiple nested
properties, to check the value for. Cannot be
null
.
true
if there is an entry in this proxy for all
server supported properties of the PropertyRequestItem,
and those entries contain a valid value; false
otherwise.boolean isResolved() throws WvcmException
WvcmException
doResolve()
|
Generated Thu 14-Apr-2016 01:16 AM | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |