@Path(value="/lum-internal/doui/filespicker/rest") public class FilesPickerResource extends Object
FilesPickerControl
.Constructor and Description |
---|
FilesPickerResource() |
Modifier and Type | Method and Description |
---|---|
Response |
goToAdministration(String filesId,
String filesSourceId,
String filesFieldId,
String filesServiceInstanceId,
String callbackFunction,
String fileListInterfaceId,
String fileAddInterfaceId,
String pageId)
Returns a response redirecting to add interface if the given Files is empty or to administration interface, otherwise.
|
@Path(value="/admin") @GET public Response goToAdministration(@QueryParam(value="filesId") String filesId, @QueryParam(value="files.sourceId") String filesSourceId, @QueryParam(value="files.fieldId") String filesFieldId, @QueryParam(value="serviceInstanceId") String filesServiceInstanceId, @QueryParam(value="callbackFunction") String callbackFunction, @QueryParam(value="fileListInterfaceId") String fileListInterfaceId, @QueryParam(value="fileAddInterfaceId") String fileAddInterfaceId, @QueryParam(value="pageId") String pageId) throws Exception
filesId
- the identifier of the files being added/edited.filesSourceId
- the identifier of the source of files being added/edited.filesFieldId
- the identifier of the field of files being added/edited.filesServiceInstanceId
- the identifier of the service instance of files being added/edited.callbackFunction
- callback function that will be called after files add/edit.fileListInterfaceId
- the identifier of the list interface of files being added/edited.fileAddInterfaceId
- the identifier of the add interface of files being added/edited.pageId
- the identifier of the page.Exception
LumisXP 12.0.0.190809 - Copyright © 2006–2019 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.