public interface CompositeProcessor extends Processor, ParameterProvider
Modifier and Type | Method and Description |
---|---|
boolean |
checkCompositeProcessorPassword(java.lang.String password)
Deprecated.
|
CompositeProcessorDiagram |
getChildDiagram()
Returns the diagram containing the nodes encapsulated
by this supernode.
|
CompositeProcessorDiagram |
getCompositeProcessorDiagram()
Deprecated.
|
CompositeProcessorType |
getCompositeProcessorType()
Returns the type of this supernode.
|
boolean |
isCompositeProcessorPasswordNeeded()
Deprecated.
|
boolean |
isPasswordNeeded()
If the super node is not locked or a password has been entered then return
false , otherwise return true |
void |
lock(java.lang.String password)
Lock the super node by the supplied password.
|
void |
setCompositeProcessorType(CompositeProcessorType type)
Sets the type of this supernode.
|
boolean |
unlock(java.lang.String password)
Unlock the super node by the supplied password.
|
boolean |
verifyPassword(java.lang.String password)
Check whether the supplied password is valid or not.
|
flushCache, getID, getInputDataModel, getOutputDataModel, getProcessorDiagram, getProcessorStream, getProcessorType, getTypeName, getXPosition, getYPosition, isCacheEnabled, isCacheFull, isInitial, isInline, isTerminal, run, setCacheEnabled, setPositionBetween, setXYPosition
getKeyedPropertyKeys, getKeyedPropertyValue, getLabel, getName, getPropertyType, getPropertyValue, getSavedByVersion, getStructuredPropertyDefinition, isKeyedProperty, isProperty, isServerConnectionRequiredProperty, propertyIterator, setKeyedPropertyValue, setLabel, setPropertyValue, setPropertyValues, setPropertyValuesFrom
getContainerTagIterator, getContainerTags, getContainerTypeID, getContentContainer, getContentModel, getContentModelTags, putContentContainer
getParameterDefinition, getParameterLabel, getParameterStorage, getParameterType, getParameterValue, parameterIterator, setParameterLabel, setParameterStorage, setParameterType, setParameterValue
CompositeProcessorDiagram getCompositeProcessorDiagram()
getChildDiagram()
.getChildDiagram()
CompositeProcessorDiagram getChildDiagram()
CompositeProcessorType getCompositeProcessorType()
void setCompositeProcessorType(CompositeProcessorType type) throws ObjectLockedException
type
- the supernode typeObjectLockedException
- if the diagram is currently lockedboolean isCompositeProcessorPasswordNeeded()
false
, otherwise return true
.
Deprecated in favor of isPasswordNeeded
.false
if no password is need or has been entered otherwise true
isPasswordNeeded()
boolean checkCompositeProcessorPassword(java.lang.String password)
verifyPassword
.password
- the password to be testedtrue
if the password is valid or false
otherwiseverifyPassword(String)
boolean isPasswordNeeded()
false
, otherwise return true
false
if no password is need or has been entered otherwise true
boolean verifyPassword(java.lang.String password)
password
- the password to be testedtrue
if the password is valid or false
otherwisevoid lock(java.lang.String password)
password
- PredictiveServerRuntimeException
- If the super node has already been locked.boolean unlock(java.lang.String password)
password
- true
if the super node is unlocked successfully or false
otherwise(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.