public class UserAPICustomActionFeature
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static UserAPICustomActionFeature |
instance |
Constructor and Description |
---|
UserAPICustomActionFeature() |
UserAPICustomActionFeature(CuicServer cuicServer) |
Modifier and Type | Method and Description |
---|---|
CuicServer |
getCuicServer() |
void |
setCuicServer(CuicServer cuicServer) |
APIWorkflowOutputFieldDefinitionList |
userAPIGetWorkflowOutputDefinition(java.lang.String workflowName) |
public static UserAPICustomActionFeature instance
public UserAPICustomActionFeature()
public UserAPICustomActionFeature(CuicServer cuicServer)
cuicServer
- public CuicServer getCuicServer()
public void setCuicServer(CuicServer cuicServer)
cuicServer
- the cuicServer to setpublic APIWorkflowOutputFieldDefinitionList userAPIGetWorkflowOutputDefinition(java.lang.String workflowName) throws java.lang.Exception
java.lang.Exception