public interface CloudNetwork extends Serializable
Modifier and Type | Method and Description |
---|---|
GregorianCalendar |
getCreatedAt()
Returns the time this network was created.
|
String |
getIdentifier()
Returns the identifier of the network.
|
String |
getSubscriptionLevel()
Returns the subscription level of of the network, will be one of “Free”,
“Standard” or “Enterprise”.
|
boolean |
isHomeNetwork()
Returns true if this is the current users home network.
|
boolean |
isPaidNetwork()
Returns true if this network is a “paid for” account.
|
String getIdentifier()
String getSubscriptionLevel()
boolean isPaidNetwork()
boolean isHomeNetwork()
GregorianCalendar getCreatedAt()
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.