com.opentext.ia.sdk.sip.DigitalObjectsExtraction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infoarchive-sdk-core Show documentation
Show all versions of infoarchive-sdk-core Show documentation
A library that makes it quick and easy to create SIPs in InfoArchive
/*
* Copyright (c) 2016-2017 by OpenText Corporation. All Rights Reserved.
*/
package com.opentext.ia.sdk.sip;
import java.util.Iterator;
import java.util.function.Function;
/**
* Function for extracting a number of related {@linkplain DigitalObject}s from a source.
* @param The type of source to extract from
*/
@FunctionalInterface
public interface DigitalObjectsExtraction extends Function> {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy