public class UserAPICatalog
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static UserAPICatalog |
instance |
Constructor and Description |
---|
UserAPICatalog() |
UserAPICatalog(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
CuicServer |
getCuicServer() |
void |
setCuicServer(CuicServer api) |
APIWorkflowInputDetails |
userAPIGetCatalogInputDefinition(APICatalogParams params) |
APIWorkflowOutputFieldDefinitionList |
userAPIGetCatalogOutputDefinition(APICatalogParams params) |
public static UserAPICatalog instance
public UserAPICatalog()
public UserAPICatalog(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public APIWorkflowOutputFieldDefinitionList userAPIGetCatalogOutputDefinition(APICatalogParams params) throws java.lang.Exception
java.lang.Exception
public APIWorkflowInputDetails userAPIGetCatalogInputDefinition(APICatalogParams params) throws java.lang.Exception
java.lang.Exception