Interface TagFeatureExecOnAssign
- All Superinterfaces:
TagFeature
- All Known Subinterfaces:
TagDownload
- All Known Implementing Classes:
CategoryImpl, GlobalManagerImpl.DownloadStateTagger.MyTag, SpeedLimitHandler.PeerSet.TagPeerImpl, TagDownloadWithState
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final int[]Fields inherited from interface TagFeature
TF_EXEC_ON_ASSIGN, TF_FILE_LOCATION, TF_LIMITS, TF_NONE, TF_NOTIFICATIONS, TF_PROPERTIES, TF_RATE_LIMIT, TF_RSS_FEED, TF_RUN_STATE, TF_XCODE -
Method Summary
Modifier and TypeMethodDescriptionintbooleanisActionEnabled(int action) booleanvoidsetActionEnabled(int action, boolean enabled) voidsetActionScript(String script) voidsetPostMessageChannel(String chat) voidsetTagAssigns(List<Tag> tags) voidsetTagRemoves(List<Tag> tags) booleansupportsAction(int action) Methods inherited from interface TagFeature
getTag
-
Field Details
-
ACTION_NONE
static final int ACTION_NONE- See Also:
-
ACTION_DESTROY
static final int ACTION_DESTROY- See Also:
-
ACTION_START
static final int ACTION_START- See Also:
-
ACTION_STOP
static final int ACTION_STOP- See Also:
-
ACTION_FORCE_START
static final int ACTION_FORCE_START- See Also:
-
ACTION_NOT_FORCE_START
static final int ACTION_NOT_FORCE_START- See Also:
-
ACTION_SCRIPT
static final int ACTION_SCRIPT- See Also:
-
ACTION_PAUSE
static final int ACTION_PAUSE- See Also:
-
ACTION_RESUME
static final int ACTION_RESUME- See Also:
-
ACTION_APPLY_OPTIONS_TEMPLATE
static final int ACTION_APPLY_OPTIONS_TEMPLATE- See Also:
-
ACTION_POST_MAGNET_URI
static final int ACTION_POST_MAGNET_URI- See Also:
-
ACTION_MOVE_INIT_SAVE_LOC
static final int ACTION_MOVE_INIT_SAVE_LOC- See Also:
-
ACTION_ASSIGN_TAGS
static final int ACTION_ASSIGN_TAGS- See Also:
-
ACTION_HOST
static final int ACTION_HOST- See Also:
-
ACTION_PUBLISH
static final int ACTION_PUBLISH- See Also:
-
ACTION_REMOVE_TAGS
static final int ACTION_REMOVE_TAGS- See Also:
-
ACTION_QUEUE
static final int ACTION_QUEUE- See Also:
-
ACTION_BAN
static final int ACTION_BAN- See Also:
-
ACTIONS
static final int[] ACTIONS
-
-
Method Details
-
getSupportedActions
int getSupportedActions() -
supportsAction
boolean supportsAction(int action) -
isAnyActionEnabled
boolean isAnyActionEnabled() -
isActionEnabled
boolean isActionEnabled(int action) -
setActionEnabled
void setActionEnabled(int action, boolean enabled) -
getActionScript
String getActionScript() -
setActionScript
-
getOptionsTemplateHandler
TagFeatureExecOnAssign.OptionsTemplateHandler getOptionsTemplateHandler() -
getTagAssigns
-
setTagAssigns
-
getTagRemoves
-
setTagRemoves
-
getPostMessageChannel
String getPostMessageChannel() -
setPostMessageChannel
-
getEOAString
String getEOAString()
-