public abstract class OperatorAction extends Object
Constructor and Description |
---|
OperatorAction() |
Modifier and Type | Method and Description |
---|---|
static String |
format(List<Operaction> opacts,
int sz)
Format the list of operator action entries of the event
|
static String |
format(Operaction opact)
Format each operator action entry
|
public static String format(Operaction opact)
opact
- the entrypublic static String format(List<Operaction> opacts, int sz)
opacts
- the listsz
- the size to which the formatted string is to be limited
to(usually the size of the column in the database)Copyright © 2021. All rights reserved.