Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Added methods to check for permissions to SequencerService:

Code Block
java
java
	public boolean allowCreateSequence (String collId);
	public boolean allowEditSequence(String id);
	public boolean allowDeleteSequence(String id);
	public boolean allowCreateItem (String collId);
	public boolean allowEditItem(String id);
	public boolean allowDeleteItem(String id);

...