You can use the disabled(Identifier.Type) method to make all properties etc uneditable. See for example [1] in Estatio
[1] https://github.com/estatio/estatio/blob/master/dom/src/main/java/org/estatio/dom/EstatioTransactionalObject.java#L136 On 15 October 2013 17:03, james agada <[email protected]> wrote: > I will like to make the attributes of an entity to be conditionally > editable for instance if an entity has a status ="PROCESSED", i dont want > any one to be able to edit it again. Is there a way to do it? >
