Uses of Interface
com.adobe.aio.cloudmanager.ContentFlow
-
Packages that use ContentFlow Package Description com.adobe.aio.cloudmanager -
-
Uses of ContentFlow in com.adobe.aio.cloudmanager
Methods in com.adobe.aio.cloudmanager that return ContentFlow Modifier and Type Method Description @NotNull ContentFlowContentSetApi. cancelFlow(@NotNull String programId, @NotNull String id)Cancel the content flow.@NotNull ContentFlowContentSetApi. getFlow(@NotNull String programId, @NotNull String id)Retrieve the content flow.@NotNull ContentFlowContentSet. startFlow(@NotNull String srcEnvironmentId, @NotNull String destEnvironmentId, boolean includeAcl)Start a content flow between the specified environments, using the specified content set.@NotNull ContentFlowContentSetApi. startFlow(@NotNull String programId, @NotNull String id, @NotNull String srcEnvironmentId, @NotNull String destEnvironmentId, boolean includeAcl)Start a content flow between the specified environments, using the specified content set.Methods in com.adobe.aio.cloudmanager that return types with arguments of type ContentFlow Modifier and Type Method Description @NotNull Collection<ContentFlow>ContentSetApi. listFlows(@NotNull String programId)List the content flows which exist in the specified program.@NotNull Collection<ContentFlow>ContentSetApi. listFlows(@NotNull String programId, int limit)List the content flows which exist in the specified program, using the specified limit and starting at 0.@NotNull Collection<ContentFlow>ContentSetApi. listFlows(@NotNull String programId, int start, int limit)List the content flows which exist in the specified program, using the specified limit and starting at the specified position.
-