org.eclipse.stardust.engine.core.spi.security
Class ExternalDepartmentConfiguration

java.lang.Object
  extended by org.eclipse.stardust.engine.core.spi.security.ExternalDepartmentConfiguration

public abstract class ExternalDepartmentConfiguration
extends Object


Constructor Summary
ExternalDepartmentConfiguration()
           
 
Method Summary
abstract  String getDescription()
          Gets the description of the external department.
abstract  String getName()
          Gets the name of the external department.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalDepartmentConfiguration

public ExternalDepartmentConfiguration()
Method Detail

getName

public abstract String getName()
Gets the name of the external department.

Returns:
The name.

getDescription

public abstract String getDescription()
Gets the description of the external department.

Returns:
The description.


Copyright © 2017 Eclipse Stardust. All Rights Reserved.