Description
See forum: topic
Sometimes it is necessary to hide "hard" operations from PropertyFilter. It would be great to have similar methods:
void setOperationsList(List<Operation> operations); // List<String> with operation IDs
List<Operation> getOperationsList(); // List<String>