Class BaseServiceOutputParameter
java.lang.Object
com.flowable.serviceregistry.engine.impl.repository.BaseServiceParameter
com.flowable.serviceregistry.engine.impl.repository.BaseServiceOutputParameter
- All Implemented Interfaces:
ServiceOutputParameter
,ServiceParameter
public class BaseServiceOutputParameter extends BaseServiceParameter implements ServiceOutputParameter
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
defaultValue
protected boolean
nullable
protected java.lang.String
path
Fields inherited from class com.flowable.serviceregistry.engine.impl.repository.BaseServiceParameter
description, displayName, mappingName, name, type
-
Constructor Summary
Constructors Constructor Description BaseServiceOutputParameter()
-
Method Summary
Modifier and Type Method Description java.lang.String
getDefaultValue()
java.lang.String
getPath()
boolean
isNullable()
void
setDefaultValue(java.lang.String defaultValue)
void
setNullable(boolean nullable)
void
setPath(java.lang.String path)
Methods inherited from class com.flowable.serviceregistry.engine.impl.repository.BaseServiceParameter
getDescription, getDisplayName, getMappingName, getName, getType, setDescription, setDisplayName, setMappingName, setName, setType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.flowable.serviceregistry.api.repository.ServiceParameter
getDescription, getDisplayName, getMappingName, getName, getType
-
Field Details
-
path
protected java.lang.String path -
nullable
protected boolean nullable -
defaultValue
protected java.lang.String defaultValue
-
-
Constructor Details
-
BaseServiceOutputParameter
public BaseServiceOutputParameter()
-
-
Method Details
-
getPath
public java.lang.String getPath()- Specified by:
getPath
in interfaceServiceOutputParameter
-
setPath
public void setPath(java.lang.String path) -
isNullable
public boolean isNullable()- Specified by:
isNullable
in interfaceServiceOutputParameter
-
setNullable
public void setNullable(boolean nullable) -
getDefaultValue
public java.lang.String getDefaultValue() -
setDefaultValue
public void setDefaultValue(java.lang.String defaultValue)
-