You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by "Brian Foster (Created) (JIRA)" <ji...@apache.org> on 2011/12/01 01:15:39 UTC

[jira] [Created] (OODT-357) Change Print Supported Actions StdCmdLinePrinter output format to more "readable"

Change Print Supported Actions StdCmdLinePrinter output format to more "readable"
---------------------------------------------------------------------------------

                 Key: OODT-357
                 URL: https://issues.apache.org/jira/browse/OODT-357
             Project: OODT
          Issue Type: Improvement
    Affects Versions: 0.3
         Environment: none
            Reporter: Brian Foster
            Assignee: Brian Foster
            Priority: Minor
             Fix For: 0.4


For example:

$ ./filemgr-client -psa

{code}
-----------------------------------------------------------------------------------------------------------------
| Action                            | Description
-----------------------------------------------------------------------------------------------------------------
  GetNumProducts                      Gets number of Products ingested for a given ProductType

  GetFilePercentTransferred           Gets the percent amount transferred of given file

  GetProductById                      Gets Product info by ID

  HasProduct                          Checks if Product with given name has been ingested

  GetProductPercentTransferred        Gets percent amount transferred of a Products data files

  GetCurrentTransfer                  Gets the status of the current Product file transfer

  DeleteProductByName                 Delete Product by name

  AddProductType                      Adds a ProductType to list of supported ProductTypes

  DumpMetadata                        Dumps Product Metadata out to XML

  GetProductTypeByName                Gets a ProductType by its name

  GetLastPage                         Gets last page of Products of given ProductType

  SqlQuery                            Queries by parsing an SQL-like query into a FileManager Query

  DeleteProductById                   Delete Product by ID

  GetPrevPage                         Gets prev page of Products of given ProductType

  GetFirstPage                        Gets first page of Products of given ProductType

  IngestProduct                       Ingests a Product

  GetProductByName                    Get Product info by name

  GetNextPage                         Gets next page of Products of given ProductType

  GetCurrentTransfers                 Gets the status of the current Product file transfers

  LuceneQuery                         Queries by parsing an Lucene-like query into a FileManager Query

-----------------------------------------------------------------------------------------------------------------
{code}


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (OODT-357) Change Print Supported Actions StdCmdLinePrinter output format to more "readable"

Posted by "Brian Foster (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OODT-357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Foster resolved OODT-357.
-------------------------------

    Resolution: Fixed

- fixed in r1209988
                
> Change Print Supported Actions StdCmdLinePrinter output format to more "readable"
> ---------------------------------------------------------------------------------
>
>                 Key: OODT-357
>                 URL: https://issues.apache.org/jira/browse/OODT-357
>             Project: OODT
>          Issue Type: Improvement
>    Affects Versions: 0.3
>         Environment: none
>            Reporter: Brian Foster
>            Assignee: Brian Foster
>            Priority: Minor
>             Fix For: 0.4
>
>
> For example:
> $ ./filemgr-client -psa
> {code}
> -----------------------------------------------------------------------------------------------------------------
> | Action                            | Description
> -----------------------------------------------------------------------------------------------------------------
>   AddProductType                      Adds a ProductType to list of supported ProductTypes
>   DeleteProductById                   Delete Product by ID
>   DeleteProductByName                 Delete Product by name
>   DumpMetadata                        Dumps Product Metadata out to XML
>   GetCurrentTransfer                  Gets the status of the current Product file transfer
>   GetCurrentTransfers                 Gets the status of the current Product file transfers
>   GetFilePercentTransferred           Gets the percent amount transferred of given file
>   GetFirstPage                        Gets first page of Products of given ProductType
>   GetLastPage                         Gets last page of Products of given ProductType
>   GetNextPage                         Gets next page of Products of given ProductType
>   GetNumProducts                      Gets number of Products ingested for a given ProductType
>   GetPrevPage                         Gets prev page of Products of given ProductType
>   GetProductById                      Gets Product info by ID
>   GetProductByName                    Get Product info by name
>   GetProductPercentTransferred        Gets percent amount transferred of a Products data files
>   GetProductTypeByName                Gets a ProductType by its name
>   HasProduct                          Checks if Product with given name has been ingested
>   IngestProduct                       Ingests a Product
>   LuceneQuery                         Queries by parsing an Lucene-like query into a FileManager Query
>   SqlQuery                            Queries by parsing an SQL-like query into a FileManager Query
> -----------------------------------------------------------------------------------------------------------------
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OODT-357) Change Print Supported Actions StdCmdLinePrinter output format to more "readable"

Posted by "Brian Foster (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OODT-357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13160520#comment-13160520 ] 

Brian Foster commented on OODT-357:
-----------------------------------

- patch can be reviewed here: https://reviews.apache.org/r/2986/
                
> Change Print Supported Actions StdCmdLinePrinter output format to more "readable"
> ---------------------------------------------------------------------------------
>
>                 Key: OODT-357
>                 URL: https://issues.apache.org/jira/browse/OODT-357
>             Project: OODT
>          Issue Type: Improvement
>    Affects Versions: 0.3
>         Environment: none
>            Reporter: Brian Foster
>            Assignee: Brian Foster
>            Priority: Minor
>             Fix For: 0.4
>
>
> For example:
> $ ./filemgr-client -psa
> {code}
> -----------------------------------------------------------------------------------------------------------------
> | Action                            | Description
> -----------------------------------------------------------------------------------------------------------------
>   AddProductType                      Adds a ProductType to list of supported ProductTypes
>   DeleteProductById                   Delete Product by ID
>   DeleteProductByName                 Delete Product by name
>   DumpMetadata                        Dumps Product Metadata out to XML
>   GetCurrentTransfer                  Gets the status of the current Product file transfer
>   GetCurrentTransfers                 Gets the status of the current Product file transfers
>   GetFilePercentTransferred           Gets the percent amount transferred of given file
>   GetFirstPage                        Gets first page of Products of given ProductType
>   GetLastPage                         Gets last page of Products of given ProductType
>   GetNextPage                         Gets next page of Products of given ProductType
>   GetNumProducts                      Gets number of Products ingested for a given ProductType
>   GetPrevPage                         Gets prev page of Products of given ProductType
>   GetProductById                      Gets Product info by ID
>   GetProductByName                    Get Product info by name
>   GetProductPercentTransferred        Gets percent amount transferred of a Products data files
>   GetProductTypeByName                Gets a ProductType by its name
>   HasProduct                          Checks if Product with given name has been ingested
>   IngestProduct                       Ingests a Product
>   LuceneQuery                         Queries by parsing an Lucene-like query into a FileManager Query
>   SqlQuery                            Queries by parsing an SQL-like query into a FileManager Query
> -----------------------------------------------------------------------------------------------------------------
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OODT-357) Change Print Supported Actions StdCmdLinePrinter output format to more "readable"

Posted by "Brian Foster (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OODT-357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Foster updated OODT-357:
------------------------------

    Description: 
For example:

$ ./filemgr-client -psa

{code}
-----------------------------------------------------------------------------------------------------------------
| Action                            | Description
-----------------------------------------------------------------------------------------------------------------
  AddProductType                      Adds a ProductType to list of supported ProductTypes

  DeleteProductById                   Delete Product by ID

  DeleteProductByName                 Delete Product by name

  DumpMetadata                        Dumps Product Metadata out to XML

  GetCurrentTransfer                  Gets the status of the current Product file transfer

  GetCurrentTransfers                 Gets the status of the current Product file transfers

  GetFilePercentTransferred           Gets the percent amount transferred of given file

  GetFirstPage                        Gets first page of Products of given ProductType

  GetLastPage                         Gets last page of Products of given ProductType

  GetNextPage                         Gets next page of Products of given ProductType

  GetNumProducts                      Gets number of Products ingested for a given ProductType

  GetPrevPage                         Gets prev page of Products of given ProductType

  GetProductById                      Gets Product info by ID

  GetProductByName                    Get Product info by name

  GetProductPercentTransferred        Gets percent amount transferred of a Products data files

  GetProductTypeByName                Gets a ProductType by its name

  HasProduct                          Checks if Product with given name has been ingested

  IngestProduct                       Ingests a Product

  LuceneQuery                         Queries by parsing an Lucene-like query into a FileManager Query

  SqlQuery                            Queries by parsing an SQL-like query into a FileManager Query

-----------------------------------------------------------------------------------------------------------------
{code}


  was:
For example:

$ ./filemgr-client -psa

{code}
-----------------------------------------------------------------------------------------------------------------
| Action                            | Description
-----------------------------------------------------------------------------------------------------------------
  GetNumProducts                      Gets number of Products ingested for a given ProductType

  GetFilePercentTransferred           Gets the percent amount transferred of given file

  GetProductById                      Gets Product info by ID

  HasProduct                          Checks if Product with given name has been ingested

  GetProductPercentTransferred        Gets percent amount transferred of a Products data files

  GetCurrentTransfer                  Gets the status of the current Product file transfer

  DeleteProductByName                 Delete Product by name

  AddProductType                      Adds a ProductType to list of supported ProductTypes

  DumpMetadata                        Dumps Product Metadata out to XML

  GetProductTypeByName                Gets a ProductType by its name

  GetLastPage                         Gets last page of Products of given ProductType

  SqlQuery                            Queries by parsing an SQL-like query into a FileManager Query

  DeleteProductById                   Delete Product by ID

  GetPrevPage                         Gets prev page of Products of given ProductType

  GetFirstPage                        Gets first page of Products of given ProductType

  IngestProduct                       Ingests a Product

  GetProductByName                    Get Product info by name

  GetNextPage                         Gets next page of Products of given ProductType

  GetCurrentTransfers                 Gets the status of the current Product file transfers

  LuceneQuery                         Queries by parsing an Lucene-like query into a FileManager Query

-----------------------------------------------------------------------------------------------------------------
{code}



- Added that they should be sorted as well
                
> Change Print Supported Actions StdCmdLinePrinter output format to more "readable"
> ---------------------------------------------------------------------------------
>
>                 Key: OODT-357
>                 URL: https://issues.apache.org/jira/browse/OODT-357
>             Project: OODT
>          Issue Type: Improvement
>    Affects Versions: 0.3
>         Environment: none
>            Reporter: Brian Foster
>            Assignee: Brian Foster
>            Priority: Minor
>             Fix For: 0.4
>
>
> For example:
> $ ./filemgr-client -psa
> {code}
> -----------------------------------------------------------------------------------------------------------------
> | Action                            | Description
> -----------------------------------------------------------------------------------------------------------------
>   AddProductType                      Adds a ProductType to list of supported ProductTypes
>   DeleteProductById                   Delete Product by ID
>   DeleteProductByName                 Delete Product by name
>   DumpMetadata                        Dumps Product Metadata out to XML
>   GetCurrentTransfer                  Gets the status of the current Product file transfer
>   GetCurrentTransfers                 Gets the status of the current Product file transfers
>   GetFilePercentTransferred           Gets the percent amount transferred of given file
>   GetFirstPage                        Gets first page of Products of given ProductType
>   GetLastPage                         Gets last page of Products of given ProductType
>   GetNextPage                         Gets next page of Products of given ProductType
>   GetNumProducts                      Gets number of Products ingested for a given ProductType
>   GetPrevPage                         Gets prev page of Products of given ProductType
>   GetProductById                      Gets Product info by ID
>   GetProductByName                    Get Product info by name
>   GetProductPercentTransferred        Gets percent amount transferred of a Products data files
>   GetProductTypeByName                Gets a ProductType by its name
>   HasProduct                          Checks if Product with given name has been ingested
>   IngestProduct                       Ingests a Product
>   LuceneQuery                         Queries by parsing an Lucene-like query into a FileManager Query
>   SqlQuery                            Queries by parsing an SQL-like query into a FileManager Query
> -----------------------------------------------------------------------------------------------------------------
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira