Package | Description |
---|---|
fr.paris.lutece.plugins.phraseanet.service | |
fr.paris.lutece.plugins.phraseanet.service.api | |
fr.paris.lutece.plugins.phraseanet.service.parsers |
Modifier and Type | Method and Description |
---|---|
static List<Collection> |
PhraseanetService.getColletions(int nDataboxId,
Account account)
Get all collections of databox
|
static List<Metadata> |
PhraseanetService.getDataboxeMetadatas(int nDataboxId,
Account account)
Get metadatas for a given databoxe
|
static List<Databox> |
PhraseanetService.getDataboxes(Account account)
Get databoxes
|
static Embed |
PhraseanetService.getEmbed(int nDataboxId,
int nRecordId,
Account account)
Get embed data of a record
|
static Record |
PhraseanetService.getRecord(int nDataboxId,
int nRecordId,
Account account)
Gets a record
|
static List<Metadata> |
PhraseanetService.getRecordMetadatas(int nDataboxId,
int nRecordId,
Account account)
Get metadatas for a given record
|
static SearchResults |
PhraseanetService.search(String strQuery,
int nPage,
int nPerPage,
SearchCriterias criterias,
Account account)
Searc results
|
Modifier and Type | Method and Description |
---|---|
static String |
PhraseanetApiAuthentication.getAccessToken(Account account)
Get Access Token with an account
|
static net.sf.json.JSONObject |
PhraseanetApiCallService.getPostResponse(String strUrl,
Map<String,List<String>> mapParameters,
Account account)
Get the response of a POST request
|
static net.sf.json.JSONObject |
PhraseanetApiCallService.getResponse(String strRequest,
Account account)
Get a response for a GET request
|
Modifier and Type | Method and Description |
---|---|
static SearchResults |
SearchResultsJsonParser.parse(net.sf.json.JSONObject jsonResponse)
Parse for search results
|
static Embed |
EmbedJsonParser.parse(net.sf.json.JSONObject jsonEmbed)
Parse an Embed object
|
static List<Metadata> |
MetadatasJsonParser.parse(net.sf.json.JSONObject jsonResponse)
Parse a list of metadatas
|
static Meta |
MetaJsonParser.parse(net.sf.json.JSONObject jsonMeta)
Parse meta
|
static List<Collection> |
CollectionsJsonParser.parse(net.sf.json.JSONObject jsonResponse)
Parse a list of collection
|
static List<Databox> |
DataboxesJsonParser.parse(net.sf.json.JSONObject jsonResponse)
Parse a list of databoxes
|
static Record |
RecordJsonParser.parse(net.sf.json.JSONObject jsonRecord)
Parse a record
|
static List<Metadata> |
MetadatasJsonParser.parseByDataboxe(net.sf.json.JSONObject jsonResponse)
Parse a list of metadatas
|
Copyright © 2018 City of Paris. All rights reserved.