@UESService public interface UESSheetTemplate
Modifier and Type | Method and Description |
---|---|
UESURI |
create(UESURI marUri,
Creates a new sheet template on the specified Meta Artifact.
|
void |
delete(UESURI sheetTemplateUri)
Deletes the sheet template from the system.
|
UESSheetTemplateAttributes |
getAttributes(UESURI sheetTemplateUri)
Returns attributes representing specified sheet template.
|
UESSheetStreamHandler |
getData(UESURI sheetTemplateUri,
Returns the content of the sheet template.
|
UESResultList<UESSheetTemplateAttributes,UESSheetTemplateGetSheetTemplateList> |
getSheetTemplateList(UESURI marUri,
Returns a list of sheet templates on the specified Meta Artifact.
|
void |
checkIn(UESURI sheetTemplateUri,
Replaces the content of the specified sheet template and unlock it by default.
|
UESURI |
setAttributes(UESURI sheetTemplateUri,
Updates basic attributes of the sheet template.
|
marUri
- UESURI of the Meta Artifact where the new sheet template is createdsheetTemplate
- Object containing attributes of the sheet templateUESSheetTemplateRTException
UESSheetRTException
sheetTemplateUri
- UESURI of a sheet template which attributes will be retrievedUESSheetTemplateRTException
UESSheetTemplateGetData.requestedMimeType
),
UXML is returned by default.sheetTemplateUri
- UESURI of the sheet template, which content is being retrievedoptions
- Object containing options for content retrievingUESSheetTemplateRTException
UESSheetRTException
marUri
- UESURI of the Meta Artifact from where sheet templates are listed.criteria
- Object containing criteria for listing sheet templates.UESSheetTemplateRTException
sheetTemplateUri
- UESURI of the sheet template which attributes are to be changedsheetTemplate
- Object containing the sheet template attributesUESSheetTemplateRTException
sheetTemplateUri
- UESURI of the sheet template which content is to be replacedsheetTemplate
- Object containing attributes of the sheet templateUESSheetTemplateRTException
UESSheetRTException
sheetTemplateUri
- UESURI of the sheet template which is about to be deletedUESSheetTemplateRTException