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.StringdefaultValueprotected booleannullableprotected java.lang.StringpathFields 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.StringgetDefaultValue()java.lang.StringgetPath()booleanisNullable()voidsetDefaultValue(java.lang.String defaultValue)voidsetNullable(boolean nullable)voidsetPath(java.lang.String path)Methods inherited from class com.flowable.serviceregistry.engine.impl.repository.BaseServiceParameter
getDescription, getDisplayName, getMappingName, getName, getType, setDescription, setDisplayName, setMappingName, setName, setTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getPathin interfaceServiceOutputParameter
-
setPath
public void setPath(java.lang.String path) -
isNullable
public boolean isNullable()- Specified by:
isNullablein interfaceServiceOutputParameter
-
setNullable
public void setNullable(boolean nullable) -
getDefaultValue
public java.lang.String getDefaultValue() -
setDefaultValue
public void setDefaultValue(java.lang.String defaultValue)
-