com.axibase.tsd.model.meta.command
Class DeleteEntitiesCommand

java.lang.Object
  extended by com.axibase.tsd.model.meta.command.SimpleCommand
      extended by com.axibase.tsd.model.meta.command.AbstractEntitiesCommand
          extended by com.axibase.tsd.model.meta.command.DeleteEntitiesCommand

public class DeleteEntitiesCommand
extends AbstractEntitiesCommand

Author:
Nikolay Malevanny.

Field Summary
 
Fields inherited from class com.axibase.tsd.model.meta.command.AbstractEntitiesCommand
entities
 
Fields inherited from class com.axibase.tsd.model.meta.command.SimpleCommand
action
 
Constructor Summary
DeleteEntitiesCommand()
           
DeleteEntitiesCommand(List<Entity> entities)
           
 
Method Summary
 
Methods inherited from class com.axibase.tsd.model.meta.command.AbstractEntitiesCommand
getEntities
 
Methods inherited from class com.axibase.tsd.model.meta.command.SimpleCommand
getAction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteEntitiesCommand

public DeleteEntitiesCommand()

DeleteEntitiesCommand

public DeleteEntitiesCommand(List<Entity> entities)


Copyright © 2015. All rights reserved.