public interface StpActivity extends StpResource
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.
Modifier and Type | Interface and Description |
---|---|
static class |
StpActivity.CqUcmIntegrationState |
StpResource.UnsupportedProperty
Resource.CopyFlag
Modifier and Type | Field and Description |
---|---|
static PropertyNameList.PropertyName<CcActivity> |
BOUND_CC_ACTIVITY
The UCM activity to which this ClearQuest record is bound.
|
static PropertyNameList.PropertyName<String> |
BOUND_CC_ACTIVITY_LOCATION
The location of UCM activity to which this ClearQuest record 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.
|
ALL_PROPERTIES, AUTHENTICATION_REALM, CREATOR_GROUP_NAME, CREATOR_LOGIN_NAME, EFFICIENT_LOCATION, INVALID_PROPERTIES, REPOSITORY, STABLE_LOCATION, USER_FRIENDLY_LOCATION
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
Modifier and Type | Method and Description |
---|---|
CcActivity |
getBoundCcActivity()
Returns the value of this proxy's
BOUND_CC_ACTIVITY property. |
String |
getBoundCcActivityLocation()
Returns the value of this proxy's
BOUND_CC_ACTIVITY_LOCATION 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. |
doReadProperties, equals, getAllProperties, getAuthenticationRealm, getCreatorGroupName, getCreatorLoginName, getCustomProperties, getEfficientLocation, getInvalidProperties, getMetaProperties, getPropertyException, getRepository, getResourceError, getResourceIdentifier, getStableLocation, getUserFriendlyLocation, hashCode, hasProperties, initMetaProperty, proxyType, setPropertyClean, stpLocation, stpProvider
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
static final PropertyNameList.PropertyName<CcActivity> BOUND_CC_ACTIVITY
static final PropertyNameList.PropertyName<String> BOUND_CC_ACTIVITY_LOCATION
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
CcActivity getBoundCcActivity() throws WvcmException
BOUND_CC_ACTIVITY
property.WvcmException
- if this proxy doesn't define a value for this
property.String getBoundCcActivityLocation() throws WvcmException
BOUND_CC_ACTIVITY_LOCATION
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.Copyright © IBM 2018. All rights reserved.