@UESService public interface UESSheet
| Modifier and Type | Field and Description |
|---|---|
static UESURI |
BETYPE_SHEET
URI of sheet business entity.
|
| Modifier and Type | Method and Description |
|---|---|
UESURI |
create(UESURI artifactUri,
Command creates a new sheet in the specified artifact.
|
void |
delete(UESURI sheetUri)
Deletes the sheet from the system.
|
void |
deleteComponent(UESURI sheetUri,
Deletes specified component from the sheet.
|
void |
deleteVersion(UESURI sheetUri,
Deletes the version from the system.
|
UESSheetAttributes |
getAttributes(UESURI sheetUri)
Returns attributes representing the sheet specified by the
sheetUri attribute. |
UESSheetStreamHandler |
getComponentContent(UESURI sheetUri,
Deprecated.
since UES7-04 RFP1. Use
#getComponentData(UESURI, UESSheetGetComponentContent) instead. |
UESSheetStreamHandler |
getComponentData(UESURI sheetUri,
Returns the content of specified sheet component in the BB code format.
|
UESSheetStreamHandler |
getSheetData(UESURI sheetUri,
Returns the content of the sheet specified by
sheetUri. |
UESResultList<UESSheetAttributes,UESSheetGetSheetList> |
getSheetList(UESURI artifactUri,
This command returns a list of sheets on the specified artifact.
|
UESSheetVersionAttributes |
getVersionAttributes(UESURI sheetUri,
Returns attributes of given sheet version.
|
UESResultList<UESSheetVersionAttributes,UESSheetGetVersionList> |
getVersionList(UESURI sheetUri,
This command returns a list of sheet versions of the specified sheet.
|
void |
checkIn(UESURI sheetUri,
This command changes the content of the public sheet version and unlocks it by default.
|
UESSheetStreamHandler |
checkOut(UESURI sheetUri,
This command locks the sheet for further modification, locks the given sheet of artifact.
|
void |
publish(UESURI sheetUri)
Publishes private version and opens the lock sheet.
|
java.util.List<java.lang.String> |
replaceComponent(UESURI sheetUri,
Replaces specified component with given content.
|
UESURI |
setAttributes(UESURI sheetUri,
This command updates basic attributes of an sheet.
|
void |
unlock(UESURI sheetUri)
Unlocks the specified sheet.
|
sheetUri attribute.sheetUri - URI of sheetUESSheetRTExceptionartifactUri - URI of artifact.sheetCriteria - Criteria for selecting sheets. Available parameters are: name,
code, order, main,
locked, lockTime, visible and width : UESSheetWidthType.UESSheetRTExceptionsheetUri - URI of sheet to be locked.options - Specify when stream will be returned and which type of dataUESSheetRTExceptionsheetUri - URI of the sheet.sheet - Attributes of importing sheetUESSheetRTExceptionsheetUri. Data are streamed. Available output data formats are UXML file,
UDF archive, and a zip archive with the sheet content exported as HTML document (see UESSheetGetSheetData
for more details).sheetUri - URI of the sheet.options - Specify when stream will be returned and which type of dataUESSheetRTExceptionartifactUri - URI of artifactsheet - DTO with sheet contentUESSheetRTException#getComponentData(UESURI, UESSheetGetComponentContent) instead.sheetUri - UESURI of the sheetcomponent - Specifies component idUESSheetRTExceptionsheetUri - UESURI of the sheetcomponent - Specifies component idUESSheetRTExceptionsheetUri - UESURI of the sheet.component - Specifies component id and content in BB code formatUESSheetRTExceptionsheetUri - UESURI of the sheet.UESSheetRTExceptionsheetUri - UESURI of the sheetUESSheetRTExceptionsheetUri - UESURI of the sheet which is about to be deleted.UESSheetRTExceptionsheetUri - UESURI of the sheet.UESSheetDeleteComponent - DTO containing attributes for deleting component.UESSheetRTExceptionsheetUri - UESURI of the sheet whose attributes are to be changed.sheet - DTO containing the sheet attributes.UESSheetRTExceptionsheetUri - UESURI of the sheet whose version is being searched.versionAttributes - DTO containing ID of the searched version.UESSheetRTExceptionsheetUri - URI of sheet.versionCriteria - Criteria for selecting sheets. Available parameters are: label,
creationTime, creationStamp,
and version.UESSheetRTExceptionsheetUri - UESURI of the sheet whose version is about to be deleted.version - DTO containing ID of the version which is to be deleted.UESSheetRTException