Package | Description |
---|---|
org.kuali.ole.select.bo | |
org.kuali.ole.service | |
org.kuali.ole.service.impl |
Modifier and Type | Method and Description |
---|---|
List<OleAgreementDocumentMetadata> |
OleLicenseRequestBo.getAgreementDocumentMetadataList()
Gets the agreementDocumentMetadataList attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
OleLicenseRequestBo.setAgreementDocumentMetadataList(List<OleAgreementDocumentMetadata> agreementDocumentMetadataList)
Sets the agreementDocumentMetadataList attribute value.
|
Modifier and Type | Method and Description |
---|---|
List<OleAgreementDocumentMetadata> |
OleLicenseRequestService.processCheckInAgreementDocuments(List<OleAgreementDocumentMetadata> oleAgreementDocs) |
List<OleAgreementDocumentMetadata> |
OleLicenseRequestService.processIngestAgreementDocuments(List<OleAgreementDocumentMetadata> oleAgreementDocs) |
Modifier and Type | Method and Description |
---|---|
boolean |
OleLicenseRequestService.deleteAgreementDocument(OleAgreementDocumentMetadata metadata) |
File |
OleLicenseRequestService.downloadAgreementDocumentFromDocstore(OleAgreementDocumentMetadata oleAgreementDocumentMetadata) |
Modifier and Type | Method and Description |
---|---|
List<OleAgreementDocumentMetadata> |
OleLicenseRequestService.processCheckInAgreementDocuments(List<OleAgreementDocumentMetadata> oleAgreementDocs) |
List<OleAgreementDocumentMetadata> |
OleLicenseRequestService.processIngestAgreementDocuments(List<OleAgreementDocumentMetadata> oleAgreementDocs) |
Modifier and Type | Method and Description |
---|---|
List<OleAgreementDocumentMetadata> |
OleLicenseRequestServiceImpl.processCheckInAgreementDocuments(List<OleAgreementDocumentMetadata> oleAgreementDocs)
This method creates the zipped Bag file which contains the requestXml and the File to be updated to the docStore and
process the response file to get the uuid (after the checkin).
|
List<OleAgreementDocumentMetadata> |
OleLicenseRequestServiceImpl.processIngestAgreementDocuments(List<OleAgreementDocumentMetadata> oleAgreementDocs)
This method creates the zipped Bag file which contains the requestXml and the File to be uploaded to the docStore and
process the response file to get the uuid.
|
Modifier and Type | Method and Description |
---|---|
boolean |
OleLicenseRequestServiceImpl.deleteAgreementDocument(OleAgreementDocumentMetadata metadata)
This method will delete the Agreement Document Content from the docstore
|
File |
OleLicenseRequestServiceImpl.downloadAgreementDocumentFromDocstore(OleAgreementDocumentMetadata oleAgreementDocumentMetadata)
This method downloads the agreement document from the docStore based on uuid.
|
Modifier and Type | Method and Description |
---|---|
List<OleAgreementDocumentMetadata> |
OleLicenseRequestServiceImpl.processCheckInAgreementDocuments(List<OleAgreementDocumentMetadata> oleAgreementDocs)
This method creates the zipped Bag file which contains the requestXml and the File to be updated to the docStore and
process the response file to get the uuid (after the checkin).
|
List<OleAgreementDocumentMetadata> |
OleLicenseRequestServiceImpl.processIngestAgreementDocuments(List<OleAgreementDocumentMetadata> oleAgreementDocs)
This method creates the zipped Bag file which contains the requestXml and the File to be uploaded to the docStore and
process the response file to get the uuid.
|
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.