| Public Methods |
|
abstract
String
|
createContentType(String displayName, String parentType, CreateContentType.NewFields newFields, CreateContentType.ContentTypeProperties contentTypeProperties)
|
|
abstract
void
|
customizeCss(String cssFile)
|
|
abstract
DeleteContentTypeResponse.DeleteContentTypeResult
|
deleteContentType(String contentTypeId)
|
|
abstract
String
|
getActivatedFeatures()
|
|
abstract
GetAllSubWebCollectionResponse.GetAllSubWebCollectionResult
|
getAllSubWebCollection()
|
|
abstract
GetColumnsResponse.GetColumnsResult
|
getColumns()
|
|
abstract
GetContentTypeResponse.GetContentTypeResult
|
getContentType(String contentTypeId)
|
|
abstract
GetContentTypesResponse.GetContentTypesResult
|
getContentTypes()
|
|
abstract
CustomizedPageStatus
|
getCustomizedPageStatus(String fileUrl)
|
|
abstract
GetListTemplatesResponse.GetListTemplatesResult
|
getListTemplates()
|
|
abstract
GetObjectIdFromUrlResponse.GetObjectIdFromUrlResult
|
getObjectIdFromUrl(String objectUrl)
|
|
abstract
GetWebResponse.GetWebResult
|
getWeb(String webUrl)
|
|
abstract
GetWebCollectionResponse.GetWebCollectionResult
|
getWebCollection()
|
|
abstract
RemoveContentTypeXmlDocumentResponse.RemoveContentTypeXmlDocumentResult
|
removeContentTypeXmlDocument(String contentTypeId, String documentUri)
|
|
abstract
void
|
revertAllFileContentStreams()
|
|
abstract
void
|
revertCss(String cssFile)
|
|
abstract
void
|
revertFileContentStream(String fileUrl)
|
|
abstract
UpdateColumnsResponse.UpdateColumnsResult
|
updateColumns(UpdateColumns.NewFields newFields, UpdateColumns.UpdateFields updateFields, UpdateColumns.DeleteFields deleteFields)
|
|
abstract
UpdateContentTypeResponse.UpdateContentTypeResult
|
updateContentType(String contentTypeId, UpdateContentType.ContentTypeProperties contentTypeProperties, UpdateContentType.NewFields newFields, UpdateContentType.UpdateFields updateFields, UpdateContentType.DeleteFields deleteFields)
|
|
abstract
UpdateContentTypeXmlDocumentResponse.UpdateContentTypeXmlDocumentResult
|
updateContentTypeXmlDocument(String contentTypeId, UpdateContentTypeXmlDocument.NewDocument newDocument)
|
|
abstract
String
|
webUrlFromPageUrl(String pageUrl)
|