com.ibm.rational.wvcm.stp.cq
Interface CqReportFormat
- All Superinterfaces:
- CqContextResource, CqQueryFolderItem, CqResource, CqUserDbMember, Resource, StpResource
public interface CqReportFormat
- extends CqQueryFolderItem
An interface specification for the proxy for a ClearQuest report format
resource. New report formats cannot be created via this API. The Crystal
Reports definition file can be obtained through this API by invoking
doReadContent on a CqReportFormat proxy.
The user-friendly specification for the location of a report format has the
form
cq.query:<parent-folder-path>/<report-format-name>@<db-set>/<user-db>
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 |
Methods inherited from interface CqQueryFolderItem |
doCopy, doCopy, doMove, doMove, doRename, getCanUpdateOrDelete, getCqMasterReplica, getIsSiteExtendedNameRequired, getQueryFolder, getSiteExtendedName, getSiteExtendedNames, setCqMasterReplica |
Methods inherited from interface CqResource |
cqProvider, getComment, getContentCharacterSet, getContentIdentifier, getContentLanguage, getContentLength, getContentType, getCreationDate, getCreatorDisplayName, getCreatorGroupName, getCreatorLoginName, getIsExecutable, getLastModified, getProviderList, getWorkspaceFolderList, setComment, setContentCharacterSet, setContentLanguage, setContentType, setCreatorDisplayName, setIsExecutable |
Methods inherited from interface com.ibm.rational.wvcm.stp.StpResource |
doReadProperties, equals, getAllProperties, getAuthenticationRealm, getCustomProperties, getEfficientLocation, getInvalidProperties, getMetaProperties, getPropertyException, getRepository, getResourceError, getResourceIdentifier, getStableLocation, getUserFriendlyLocation, hashCode, hasProperties, initMetaProperty, proxyType, setPropertyClean, stpLocation, stpProvider |
Methods inherited from interface javax.wvcm.Resource |
doCopy, doFind, doFindAll, doGetPropertyNameList, doGetPropertyNameList, doReadContent, doReadProperties, doWriteContent, forgetProperty, getDisplayName, getParentList, getPathnameLocation, getProperty, initProperty, location, lookupProperty, modifyLocation, propertyNameList, provider, removeProperty, setDisplayName, setProperty, setProperty, updatedPropertyNameList |
RECORD_TYPE
static final PropertyNameList.PropertyName<CqRecordType> RECORD_TYPE
- The type of record for which this report format is defined.
getRecordType
CqRecordType getRecordType()
throws WvcmException
- Returns the value of the
RECORD_TYPE
property as
defined by this proxy.
- Returns:
- A CqRecordType proxy specifying the type of record this report
format is designed to format.
- Throws:
WvcmException
- if this proxy does not define a value for the
RECORD_TYPE
property.
Copyright © IBM 2015. All rights reserved.