[
https://issues.apache.org/jira/browse/OODT-562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13635481#comment-13635481
]
Chris A. Mattmann commented on OODT-562:
----------------------------------------
Hey Varun sorry it took me so long to get back on this, comments below:
{quote}
1) For the FileManager: I'm thinking of updating the xml files directly from
php rather than go through the curator, and then calling the
"refreshConfigAndPolicy" function. Do you see any issues with that ?
{quote}
I would put it in the curator. If we put it into PHP then we have introduced a
PHP dep that didn't exist anymore. If we put it in the Curator, PHP could then
call it (which is great) but other clients would also be able to call it
(written in other languages).
{quote}
2) Is there a similar function for WorkflowManager ? I couldn't find any. And,
I would still need to add the "executeWorkflow" function in WorkflowManager as
it is required to execute dynamically created workflow objects composed of
wings tasks.
{quote}
See OODT-213. It exists internally at JPL in the old OPSUI, I'll work to at
least throw up a patch on OODT-213 so we can work from there. Then we need a
JAX-RS API that lives in PCS, maybe pcs/pcs-services.
> Parent and Element editing for Product Types
> --------------------------------------------
>
> Key: OODT-562
> URL: https://issues.apache.org/jira/browse/OODT-562
> Project: OODT
> Issue Type: Sub-task
> Components: file manager
> Affects Versions: 0.6
> Reporter: Varun Ratnakar
> Priority: Minor
> Labels: api-addition
> Fix For: 0.6
>
> Attachments: OODT-562.varunratnakar.021213.patch.txt
>
>
> File Manager API Additions: (XmlRpcFileManager , XmlRpcFileManagerClient)
> * addParentForProductType - to support parent additions to data types in
> Wings Data Catalog
> * removeParentForProductType
> removeProductType
> * addElementsForProductType - to support property additions to data types in
> Wings Data Catalog
> * removeElementsForProductType
> Validation Layer Changes: (To support the above API additions)
> * addParentForProductType - invocation from API function above
> * removeParentForProductType - invocation from API function above
> Note: The attached patch only provides ValidationLayer implementations of the
> above functions for XmlValidationLayer, whereas only stub functions exist for
> DataSourceValidationLayer and ScienceDataValidationLayer.
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira