Groovy Documentation

org.linkedin.glu.orchestration.engine.system
[Groovy] Class AuditedSystemService

java.lang.Object
  org.linkedin.glu.orchestration.engine.system.AuditedSystemService

class AuditedSystemService

Authors:
yan@pongasoft.com


Property Summary
AuditLogService auditLogService

SystemService systemService

 
Method Summary
boolean deleteCurrentSystem(java.lang.String fabric)

boolean saveCurrentSystem(SystemModel newSystemModel)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Property Detail

auditLogService

@Initializable
AuditLogService auditLogService


systemService

@Delegate
@Initializable(required = true)
SystemService systemService


 
Method Detail

deleteCurrentSystem

@Override
boolean deleteCurrentSystem(java.lang.String fabric)


saveCurrentSystem

@Override
boolean saveCurrentSystem(SystemModel newSystemModel)


 

Groovy Documentation