|
Project: stp | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StpActivity
StpActivity is an interface for a proxy which may represent one of these three cases:
It serves two purposes:
Although this interface extends StpResource, it is an abstraction. There is no factory method for constructing an instance of StpActivity, specifically. Proxies that implement this interface may be constructed only by constructing a CcActivity or a CqRecord. The location of an StpActivity will be that of a CcActivity or a CqRecord.
Nested Class Summary | |
---|---|
static class |
StpActivity.CqUcmIntegrationState
|
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 | |
---|---|
static PropertyNameList.PropertyName<CcActivity> |
BOUND_CC_ACTIVITY
The ClearCase activity to which this StpActivity is bound. |
static PropertyNameList.PropertyName<CqRecord> |
BOUND_CQ_RECORD
The ClearQuest record to which this UCM activity is bound. |
static PropertyNameList.PropertyName<StpActivity.CqUcmIntegrationState> |
CQ_UCM_INTEGRATION_STATE
This activity's CQ-UCM integration state |
static PropertyNameList.PropertyName<String> |
HEADLINE
A descriptive string - not necessarily unique - used to identify this activity when it appears in a GUI or in a report. |
static PropertyNameList.PropertyName<String> |
ID_SELECTOR
A unique string to identify this activity. |
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 | |
---|---|
CcActivity |
getBoundCcActivity()
Returns the value of this proxy's BOUND_CC_ACTIVITY property. |
CqRecord |
getBoundCqRecord()
Returns the value of this proxy's BOUND_CQ_RECORD property. |
StpActivity.CqUcmIntegrationState |
getCqUcmIntegrationState()
Returns the value of this proxy's CQ_UCM_INTEGRATION_STATE
property. |
String |
getHeadline()
Returns the value of this proxy's HEADLINE property. |
String |
getIdSelector()
Returns the value of this proxy's ID_SELECTOR property. |
void |
setHeadline(String headline)
Defines a new value for the HEADLINE property of this proxy. |
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 |
Field Detail |
---|
static final PropertyNameList.PropertyName<CcActivity> BOUND_CC_ACTIVITY
static final PropertyNameList.PropertyName<CqRecord> BOUND_CQ_RECORD
static final PropertyNameList.PropertyName<StpActivity.CqUcmIntegrationState> CQ_UCM_INTEGRATION_STATE
static final PropertyNameList.PropertyName<String> HEADLINE
static final PropertyNameList.PropertyName<String> ID_SELECTOR
Method Detail |
---|
CcActivity getBoundCcActivity() throws WvcmException
BOUND_CC_ACTIVITY
property.
WvcmException
- if this proxy doesn't define a value for this
property.CqRecord getBoundCqRecord() throws WvcmException
BOUND_CQ_RECORD
property.
WvcmException
- if this proxy doesn't define a value for this
property.StpActivity.CqUcmIntegrationState getCqUcmIntegrationState() throws WvcmException
CQ_UCM_INTEGRATION_STATE
property.
WvcmException
- if this proxy doesn't define a value for this
property.String getHeadline() throws WvcmException
HEADLINE
property.
WvcmException
- if this proxy doesn't define a value for this
property.String getIdSelector() throws WvcmException
ID_SELECTOR
property.
WvcmException
- if this proxy doesn't define a value for this
property.void setHeadline(String headline)
HEADLINE
property of this proxy.
headline
- The new headline string. Must not be null.
|
Generated Wed 16-Apr-2014 05:20 PM | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |