| Package | Description |
|---|---|
| org.alfresco.bm.dataload.rm.services |
| Modifier and Type | Method and Description |
|---|---|
FilePlanData |
RecordsManagementDataService.getDefaultFilePlan()
Returns the default file plan.
|
FilePlanData |
RecordCategoryData.getFilePlan()
Returns the file plan the record category is stored in.
|
FilePlanData |
RecordsManagementDataService.getFilePlan(String filePlanName)
Returns the file plan by it's unique name.
|
FilePlanData |
RecordsManagementDataService.getRandomFilePlan()
Returns a random file plan data object.
|
FilePlanData |
FilePlanData.setCreationState(org.alfresco.bm.data.DataCreationState creationState)
Sets the creation state of the file plan in MongoDB.
|
FilePlanData |
FilePlanData.setName(String name)
Sets the name of the file plan.
|
FilePlanData |
FilePlanData.setPlanType(String value)
Sets the file plan type - always "rma:filePlan" or a sub-type.
|
| Modifier and Type | Method and Description |
|---|---|
List<FilePlanData> |
RecordsManagementDataService.getFilePlans()
Returns all file plans in a collection.
|
List<FilePlanData> |
RecordsManagementDataService.getFilePlans(org.alfresco.bm.data.DataCreationState creationState)
Returns all file plans of a given creation state in a collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecordsManagementDataService.addFilePlan(FilePlanData data)
Adds a file plan.
|
RecordCategoryData |
RecordCategoryData.setFilePlan(FilePlanData filePla)
Sets the file plan for the record category.
|
Copyright © 2016. All rights reserved.