public abstract class LinkState
extends java.lang.Object
Title: FileCatalyst Direct Server API
Description: LinkState describing if if something is currently being used or not. Allows ServerAPI to glimpse state of Virtual Folders without exposing the inner classes.
Copyright: Copyright (c) 2013
Company: Unlimi-Tech Software Inc.
Constructor and Description |
---|
LinkState() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getName()
Returns the name of the enum
|
static unlimited.fc.server.api.LinkState.UsageState |
getUsageState(unlimited.fc.entity.user.VfugLinkable.Usage usage)
Convert internal enum into externally visible UsageState
|
public static unlimited.fc.server.api.LinkState.UsageState getUsageState(unlimited.fc.entity.user.VfugLinkable.Usage usage)
usage
- public abstract java.lang.String getName()
Copyright © 2015 Unlimi-Tech Sofware Inc. All Rights Reserved.