Project: stp

com.ibm.rational.wvcm.stp.cc
Interface CcTask

All Superinterfaces:
Resource, Task

public interface CcTask
extends Task

Interface for an aggregate object to hold information about a CM task as stored in ClearCase. May be from any system which can represent tasks as URIs such as an RTC work item. Despite the name, this is not derived from the WVCM Task interface as it is not a resource.


Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.wvcm.Resource
Resource.CopyFlag
 
Field Summary
 
Fields inherited from interface javax.wvcm.Task
ACTIVITY_LIST
 
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
 String getURI()
          Retrieve the URI that specifies the task.
 
Methods inherited from interface javax.wvcm.Task
doCreateGeneratedResource, getActivityList
 
Methods inherited from interface javax.wvcm.Resource
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, getResourceIdentifier, getWorkspaceFolderList, initProperty, location, lookupProperty, modifyLocation, propertyNameList, provider, removeProperty, setComment, setContentCharacterSet, setContentLanguage, setContentType, setCreatorDisplayName, setDisplayName, setIsExecutable, setProperty, setProperty, updatedPropertyNameList
 

Method Detail

getURI

String getURI()
Retrieve the URI that specifies the task.


Generated Wed 21-Oct-2015 10:58 PM

Copyright © IBM 2015. All rights reserved.