Class StructureController

java.lang.Object
ru.i_novus.ms.rdm.n2o.service.StructureController

@Controller
public class StructureController
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    StructureController()  
  • Method Summary

    Modifier and Type Method Description
    void createAttribute​(java.lang.Integer versionId, java.lang.Integer optLockValue, FormAttribute formAttribute)  
    void deleteAttribute​(java.lang.Integer versionId, java.lang.Integer optLockValue, java.lang.String attributeCode)  
    void updateAttribute​(java.lang.Integer versionId, java.lang.Integer optLockValue, FormAttribute formAttribute)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • createAttribute

      public void createAttribute​(java.lang.Integer versionId, java.lang.Integer optLockValue, FormAttribute formAttribute)
    • updateAttribute

      public void updateAttribute​(java.lang.Integer versionId, java.lang.Integer optLockValue, FormAttribute formAttribute)
    • deleteAttribute

      public void deleteAttribute​(java.lang.Integer versionId, java.lang.Integer optLockValue, java.lang.String attributeCode)