|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface C3POClientInterface
A simple client interface to the c3po content profiler tool. It allows the client application to query c3po and fetch content profiles.
| Method Summary | |
|---|---|
List<String> |
getCollectionIdentifiers()
Fetches the current content profile identifiers stored in the c3po instance. |
InputStream |
pollJobResult(String uuid)
Retrieves an input stream with the results of the job for the given uuid, or null if the job is not yet finished or unknown. |
String |
submitCollectionProfileJob(String identifier,
List<String> properties)
Submits a new profile creation job to c3po. |
| Method Detail |
|---|
List<String> getCollectionIdentifiers()
String submitCollectionProfileJob(String identifier,
List<String> properties)
identifier - the collection identifierproperties - the properties that are of interest
InputStream pollJobResult(String uuid)
uuid - the job id.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||