| Package | Description |
|---|---|
| org.alfresco.bm.dataload.rm.services |
| Modifier and Type | Method and Description |
|---|---|
RecordCategoryData |
RecordsManagementDataService.getRandomRecordCategory()
Returns a random record category.
|
RecordCategoryData |
RecordsManagementDataService.getRecordCategory(String categoryName)
Returns the record category in a file plan by name.
|
RecordCategoryData |
RecordCategoryData.setCreationState(org.alfresco.bm.data.DataCreationState creationState)
Sets the creation state of the record category in MongoDB.
|
RecordCategoryData |
RecordCategoryData.setFilePlan(FilePlanData filePla)
Sets the file plan for the record category.
|
RecordCategoryData |
RecordCategoryData.setName(String name)
Sets the name of the record category.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecordCategoryData> |
RecordsManagementDataService.getRecordCategories()
Returns all record categories.
|
List<RecordCategoryData> |
RecordsManagementDataService.getRecordCategories(org.alfresco.bm.data.DataCreationState creationState)
Returns all record categories of the chosen data category.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecordsManagementDataService.addRecordCategory(RecordCategoryData recordCategory)
Adds a record category to MongoDB.
|
Copyright © 2016. All rights reserved.