public class AssetActionProcessors extends ListPackManager
AssetAction
.BaseManager.PackEntryChangeListener, BaseManager.RegistryEntry
TYPE_EJP, TYPE_NATIVE
Modifier and Type | Method and Description |
---|---|
AssetActionProcessor |
appendAssetActionProcessor(int type,
java.lang.String uid,
java.lang.String name)
Adds a processor at the end.
|
int |
countAssetActionProcessors()
Returns the number of processors configured
|
void |
deleteAssetActionProcessor(int row)
Deletes the processor at the specified position.
|
AssetActionProcessor |
getAssetActionProcessor(int pos)
Returns the processor for the specified position.
|
java.util.List |
getAssetActionProcessorPositions()
Returns list of positions of the stored processors.
|
java.util.List<AssetActionProcessor> |
getAssetActionProcessors()
Returns a list of processors.
|
void |
moveDown(int row)
Moves the processor at the specified position one position down.
|
void |
moveDownToEnd(int row)
Moves the processor at the specified position to the last position.
|
void |
moveUp(int row)
Moves the processor at the specified position one position up.
|
void |
moveUpToTop(int row)
Moves the processor at the specified position to the first position.
|
addChangeListener, addChangeListener, addGlobalChangeListener, addPackListener, forgetPush, getPack, isShared, popPack, pushPack, removeChangeListener, removeChangeListener, removeGlobalChangeListener, removePackListener, save, save, toString, writeAsXML
public int countAssetActionProcessors()
public java.util.List getAssetActionProcessorPositions()
Integer
public java.util.List<AssetActionProcessor> getAssetActionProcessors()
AssetActionProcessor
public void deleteAssetActionProcessor(int row)
row
- position of the processor to be deletedpublic AssetActionProcessor appendAssetActionProcessor(int type, java.lang.String uid, java.lang.String name)
type
- the type of the module (see BaseManager.TYPE_EJP
and BaseManager.TYPE_NATIVE
uid
- the UID of the processor modulename
- the display name of the processor modulepublic AssetActionProcessor getAssetActionProcessor(int pos)
pos
- the position to get the processor forpublic void moveUp(int row) throws JPack.NoSuchElementException
row
- the position to move upJPack.NoSuchElementException
- in case of an invalid parameterpublic void moveUpToTop(int row) throws JPack.NoSuchElementException
row
- the position to move to the topJPack.NoSuchElementException
- in case of an invalid parameterpublic void moveDown(int row) throws JPack.NoSuchElementException
row
- the position to move downJPack.NoSuchElementException
- in case of an invalid parameterpublic void moveDownToEnd(int row) throws JPack.NoSuchElementException
row
- the position to move to the endJPack.NoSuchElementException
- in case of an invalid parameterwww.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.