jetbrains.buildServer.util.positioning
Interface PositionAware

All Superinterfaces:
PositionConstraintAware
All Known Implementing Classes:
UsageStatisticsGroupPosition

public interface PositionAware
extends PositionConstraintAware

Interface that describes position preferences for an item while position-aware sorting using {PositionAwareCollection}

Author:
Yegor.Yarko Date: 04.10.2010

Method Summary
 java.lang.String getOrderId()
          Object id that can be referenced by {PositionConstraint}
 
Methods inherited from interface jetbrains.buildServer.util.positioning.PositionConstraintAware
getConstraint
 

Method Detail

getOrderId

@NotNull
java.lang.String getOrderId()
Object id that can be referenced by {PositionConstraint}

Returns: